diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 01:40:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 01:40:50 +0000 |
commit | 25768f1c4d22195764ef1e818d25d2b14f95bb97 (patch) | |
tree | 2a9e4e72bd37b0af8c11076de92ac3edcb2ec3ce /openwrt/Makefile | |
parent | c65955aa6a15b044fcdb98b09544536a57a6692c (diff) |
add some more verbosity stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 86367fefad..9d39a7b062 100644 --- a/openwrt/Makefile +++ b/openwrt/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) |