projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compile fix for diag
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
86367fe
..
6dee969
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-96,6
+96,7
@@
toolchain/%:
#
#############################################################
root_clean:
#
#############################################################
root_clean:
+ @$(TRACE) root_clean
rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root
target_clean: root_clean
rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root
target_clean: root_clean
@@
-106,6
+107,7
@@
target_clean: root_clean
clean: dirclean
dirclean:
clean: dirclean
dirclean:
+ @$(TRACE) Cleaning...
@$(MAKE) -C $(CONFIG) clean
rm -rf $(BUILD_DIR)
@$(MAKE) -C $(CONFIG) clean
rm -rf $(BUILD_DIR)
This page took
0.033189 seconds
and
4
git commands to generate.