X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2FMakefile;h=abc9dfee2756e6c2458618791d074f351ff5979d;hb=2c6aac1ac5ea4bc11a4142a33987c0d6f263360b;hp=86367fefadd3984ec561813a4f90be535039f254;hpb=746a01ced5ff8bf44a3e1dac8af555df64c2ae6c;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/Makefile b/openwrt/Makefile index 86367fefad..abc9dfee27 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -60,6 +60,7 @@ include .config.cmd world: $(DL_DIR) $(BUILD_DIR) configtest $(MAKE) toolchain/install target/compile package/compile root_clean package/install target/install package_index + @$(TRACE) Build complete. .PHONY: all world clean dirclean distclean image_clean target_clean source configtest @@ -96,6 +97,7 @@ toolchain/%: # ############################################################# root_clean: + @$(TRACE) root_clean rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root target_clean: root_clean @@ -106,6 +108,7 @@ target_clean: root_clean clean: dirclean dirclean: + @$(TRACE) dirclean @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR)