X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=openwrt%2FMakefile;h=abc9dfee2756e6c2458618791d074f351ff5979d;hb=c8d99fa6e6df8c4ce425bd3812010d63181190a1;hp=9d39a7b06285cf2b7c5328f12d931cd0e6a97e69;hpb=c889a4de507661a74cdd3ce09807d6133df0e542;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/Makefile b/openwrt/Makefile index 9d39a7b062..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,7 +97,7 @@ toolchain/%: # ############################################################# root_clean: - @$(TRACE) Cleaning... + @$(TRACE) root_clean rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root target_clean: root_clean @@ -107,7 +108,7 @@ target_clean: root_clean clean: dirclean dirclean: - @$(TRACE) Cleaning... + @$(TRACE) dirclean @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR)