X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2FMakefile;h=769452274b9a7dc69e4ef1d9a80aac2dddd4bd0e;hb=88cda758c321f0b56556d425daca5c59066eb31a;hp=1eb579e82e98b4afa916b59a88d2eb2130479f9b;hpb=56231056ea784f1cec6450f649b1adaed1f56366;p=openwrt%2Fopenwrt.git diff --git a/target/linux/Makefile b/target/linux/Makefile index 1eb579e82e..769452274b 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk -prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE - $(MAKE) -C $(BOARD) $@ +export TARGET_BUILD=1 +prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE + @+$(NO_TRACE_MAKE) -C $(BOARD) $@