From 2d1795bb0652c628d37d86b0cbd85628e9ff78b3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 7 Jun 2010 22:57:26 -0700 Subject: [PATCH] Smake: Don't create .cvsignore files. Clearly these files aren't useful anymore, since we no longer use CVS. --- Smake | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2