OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 41... | Line 41... | |||
41 | log_make = \ |
41 | log_make = \ |
|
42 | $(if $(call debug,$(1),v),,@)+ \ |
42 | $(if $(call debug,$(1),v),,@)+ \ |
|
43 | $(if $(BUILD_LOG), \ |
43 | $(if $(BUILD_LOG), \ |
|
44 | set -o pipefail; \ |
44 | set -o pipefail; \ |
|
45 | mkdir -p $(BUILD_LOG_DIR)/$(1)$(if $(4),/$(4));) \ |
45 | mkdir -p $(BUILD_LOG_DIR)/$(1)$(if $(4),/$(4));) \ |
|
46 | $(SCRIPT_DIR)/time.pl "time: $(1)$(if $(4),/$(4))/$(if $(3),$(3)-)$(2)" \ |
46 | env time -f "time: $(1)$(if $(4),/$(4))/$(if $(3),$(3)-)$(2)\#%U\#%S\#%e" -- \ |
|
47 | $$(SUBMAKE) $(subdir_make_opts) $(if $(3),$(3)-)$(2) \ |
47 | $$(SUBMAKE) $(subdir_make_opts) $(if $(3),$(3)-)$(2) \ |
|
48 | $(if $(BUILD_LOG),SILENT= 2>&1 | tee $(BUILD_LOG_DIR)/$(1)$(if $(4),/$(4))/$(if $(3),$(3)-)$(2).txt) |
48 | $(if $(BUILD_LOG),SILENT= 2>&1 | tee $(BUILD_LOG_DIR)/$(1)$(if $(4),/$(4))/$(if $(3),$(3)-)$(2).txt) |
|
Line 49... | Line 49... | |||
49 | |
49 | |
|
50 | ifdef CONFIG_AUTOREMOVE |
50 | ifdef CONFIG_AUTOREMOVE |