summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 01:40:50 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 01:40:50 +0000
commit42136877538fe79297345f554d033a41dc081daa (patch)
treebd139b8bcd149e9c3265bcd548d1790adc85ba31 /Makefile
parentd0f611787c94090697587c02e1b5c2f3d45b0b0a (diff)
add some more verbosity stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86367fefa..9d39a7b06 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)