remove cvs .# files in base-files
authorFelix Fietkau <[email protected]>
Thu, 25 Aug 2005 11:48:45 +0000 (11:48 +0000)
committerFelix Fietkau <[email protected]>
Thu, 25 Aug 2005 11:48:45 +0000 (11:48 +0000)
SVN-Revision: 1748

openwrt/package/base-files/Makefile

index af60bafacec641f22136b026eb870048d5281ddb..44ce5bdb9c48f4c7befb2c2b7dc92f252843f1bb 100644 (file)
@@ -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)