From 442ed319b1526c367f02434255f6275793874139 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 22 Oct 2005 16:14:30 +0000 Subject: another batch of V= stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2244 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6dee969827..edeb1f41ee 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) -- cgit v1.2.3