projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b4a2e
)
remove toolchain build directory as well in 'make dirclean'
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Dec 2008 04:22:41 +0000
(
04:22
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Dec 2008 04:22:41 +0000
(
04:22
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13494
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7be906f
..
4bdc465
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
This page took
0.022866 seconds
and
4
git commands to generate.