X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d65c4f7d8dfec13f4f572b98d60963acef1b9a9f..7361c46074a492fc27ff9f38ef7d41667b34f0ec:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1bdbbbfd8..8f4d32e5c 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -445,7 +445,6 @@ $(TARGET_DIR): $(START_TRACE) "package/$(patsubst %-prepare,%,$@)/prepare: "; \ $(MAKE) -C $(patsubst %-prepare,%,$@) prepare && { \ touch $(STAMP_DIR)/.$@; \ - } || { \ $(CMD_TRACE) " done"; \ $(END_TRACE); \ } \ @@ -457,7 +456,6 @@ $(TARGET_DIR): $(MAKE) -C $(patsubst %-compile,%,$@) compile && { \ touch $(STAMP_DIR)/.$(patsubst %-compile,%,$@)-prepare; \ touch $(STAMP_DIR)/.$@; \ - } || { \ $(CMD_TRACE) " done"; \ $(END_TRACE); \ } \