Smake: Don't create .cvsignore files. 20100609040502/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 8 Jun 2010 05:57:26 +0000 (22:57 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 8 Jun 2010 16:36:19 +0000 (09:36 -0700)
Clearly these files aren't useful anymore, since we no longer use CVS.

Smake

diff --git a/Smake b/Smake
index 176715bf4a94324abfe7788bbbd9f7d2fb7161f2..d6ebd795bf78db820bd6ceffe2e5d2516ef95979 100644 (file)
--- a/Smake
+++ b/Smake
@@ -98,14 +98,11 @@ GNULIB_MODULES = \
 all: 
        test -e ChangeLog || touch ChangeLog
        test -d m4 || mkdir m4
-       echo '*' > m4/.cvsignore
        touch m4/Makefile.am
        $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
                --source-base=gl --lib=libgl --tests-base=tests \
                --doc-base=gl/doc --aux-dir=build-aux --import \
                $(GNULIB_MODULES)
-       echo '*' > gl/.cvsignore
-       echo '*' > gl/m4/.cvsignore
        libtoolize --force --automake
        aclocal -I m4 -I gl/m4
        autoconf