projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff115e3
)
remove cvs .# files in base-files
author
Felix Fietkau
<
[email protected]
>
Thu, 25 Aug 2005 11:48:45 +0000
(11:48 +0000)
committer
Felix Fietkau
<
[email protected]
>
Thu, 25 Aug 2005 11:48:45 +0000
(11:48 +0000)
SVN-Revision: 1748
openwrt/package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index af60bafacec641f22136b026eb870048d5281ddb..44ce5bdb9c48f4c7befb2c2b7dc92f252843f1bb 100644
(file)
--- a/
openwrt/package/base-files/Makefile
+++ b/
openwrt/package/base-files/Makefile
@@
-43,6
+43,7
@@
$(IPKG_BASE):
ln -sf /tmp $(IDIR_BASE)/var
-find $(IDIR_BASE) -type d -name CVS | xargs rm -rf
-find $(IDIR_BASE) -type d -name .svn | xargs rm -rf
+ -find $(IDIR_BASE) -name '.#*' | xargs rm -f
mkdir -p $(IDIR_BASE)/etc
-grep \^BR2_SYSCONF $(TOPDIR)/.config > $(IDIR_BASE)/etc/sysconf
$(IPKG_BUILD) $(IDIR_BASE) $(PACKAGE_DIR)