From: Ben Pfaff Date: Tue, 8 Jun 2010 05:57:26 +0000 (-0700) Subject: Smake: Don't create .cvsignore files. X-Git-Tag: sav-api~193 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=2d1795bb0652c628d37d86b0cbd85628e9ff78b3 Smake: Don't create .cvsignore files. Clearly these files aren't useful anymore, since we no longer use CVS. --- diff --git a/Smake b/Smake index 176715bf4a..d6ebd795bf 100644 --- 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