aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 01:40:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 01:40:50 +0000
commit8a60ff290886ec4a2a10607c02a2e8285dd0f005 (patch)
treebd139b8bcd149e9c3265bcd548d1790adc85ba31 /Makefile
parent6d59cdfc48ad29af5e424155d3e42995f63327a3 (diff)
downloadupstream-8a60ff290886ec4a2a10607c02a2e8285dd0f005.tar.gz
upstream-8a60ff290886ec4a2a10607c02a2e8285dd0f005.tar.bz2
upstream-8a60ff290886ec4a2a10607c02a2e8285dd0f005.zip
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 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)