projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46c326
)
fix opkg directory cleaning (#5646)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Oct 2009 04:50:53 +0000
(
04:50
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Oct 2009 04:50:53 +0000
(
04:50
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17952
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
f6c08e1
..
5734f98
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-75,7
+75,7
@@
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
@-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf
@-find $(TARGET_DIR) -name .svn | $(XARGS) rm -rf
@-find $(TARGET_DIR) -name '.#*' | $(XARGS) rm -f
- $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/
i
pkg)
+ $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/
o
pkg)
$(call mklibs)
$(curdir)/index: FORCE
This page took
0.028672 seconds
and
4
git commands to generate.