mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			492 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			492 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/include/subdir.mk	2018-06-29 15:42:35.249190676 +0200
 | 
						|
+++ b/include/b/include/subdir.mk	2018-06-29 15:42:42.373119326 +0200
 | 
						|
@@ -43,7 +43,6 @@
 | 
						|
 	 $(if $(BUILD_LOG), \
 | 
						|
 		set -o pipefail; \
 | 
						|
 		mkdir -p $(BUILD_LOG_DIR)/$(1)$(if $(4),/$(4));) \
 | 
						|
-	env time -f "time: $(1)$(if $(4),/$(4))/$(if $(3),$(3)-)$(2)\#%U\#%S\#%e" -- \
 | 
						|
 	$$(SUBMAKE) $(subdir_make_opts) $(if $(3),$(3)-)$(2) \
 | 
						|
 		$(if $(BUILD_LOG),SILENT= 2>&1 | tee $(BUILD_LOG_DIR)/$(1)$(if $(4),/$(4))/$(if $(3),$(3)-)$(2).txt)
 | 
						|
 
 |