X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Makefile;h=abc9dfee2756e6c2458618791d074f351ff5979d;hb=64f38483d22a884bc34eb6d1200a2f92787bed12;hp=6dee969827b4ba612313cd9a510bd7d7dd26abf5;hpb=0781686bc6c2e3d0b1c8645a1719c76bbfe60272;p=openwrt.git diff --git a/Makefile b/Makefile index 6dee969827..abc9dfee27 100644 --- a/Makefile +++ b/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 @@ -107,7 +108,7 @@ target_clean: root_clean clean: dirclean dirclean: - @$(TRACE) Cleaning... + @$(TRACE) dirclean @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR)