From 8a60ff290886ec4a2a10607c02a2e8285dd0f005 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 22 Oct 2005 01:40:50 +0000 Subject: add some more verbosity stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86367fefad..9d39a7b062 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ toolchain/%: # ############################################################# root_clean: + @$(TRACE) Cleaning... rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root target_clean: root_clean @@ -106,6 +107,7 @@ target_clean: root_clean clean: dirclean dirclean: + @$(TRACE) Cleaning... @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR) -- cgit v1.2.3