projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10dd02
)
remove toolchain build directory as well in 'make dirclean'
author
Nicolas Thill
<nico@openwrt.org>
Wed, 3 Dec 2008 04:22:41 +0000
(
04:22
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 3 Dec 2008 04:22:41 +0000
(
04:22
+0000)
SVN-Revision: 13494
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7be906fa15abfcfc6233fead6dbf73d2a5b3e19d..4bdc4651e82682a8846c144e0356fbe0b40ad306 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-53,7
+53,7
@@
clean: FORCE
$(_SINGLE)$(SUBMAKE) target/linux/clean
dirclean: clean
- rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
+ rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
$(BUILD_DIR_TOOLCHAIN)
rm -rf $(TMP_DIR)
tmp/.prereq_packages: .config