mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
2
Makefile
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user