projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa81ab3
)
remove all copies of the root fs on make target_clean
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 May 2005 20:49:15 +0000
(20:49 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 May 2005 20:49:15 +0000
(20:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1116
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
cd94233
..
e935295
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-120,6
+120,7
@@
image_clean:
target_clean: image_clean
rm -rf $(TARGET_DIR)
+ rm -rf $(BUILD_DIR)/linux-*/root
clean: target_clean
@$(MAKE) -C $(CONFIG) clean
This page took
0.031471 seconds
and
4
git commands to generate.