add some more verbosity stuff

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2005-10-22 01:40:50 +00:00
parent 6d59cdfc48
commit 8a60ff2908
17 changed files with 157 additions and 86 deletions

View File

@@ -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)