]> git.saurik.com Git - bison.git/commitdiff
Update for recent .gitignore fix in Gnulib.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 2 Aug 2008 19:18:21 +0000 (15:18 -0400)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 2 Aug 2008 19:18:21 +0000 (15:18 -0400)
* bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
anchored .gitignore entries.

ChangeLog
bootstrap

index c45bfad8c3076ea2f1f4c54064fee37d236622be..a5df756ddb6e5c4deabacf1391f98912b39db0ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-02  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Update for recent .gitignore fix in Gnulib.
+       * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
+       anchored .gitignore entries.
+
 2008-08-02  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Set gnu or gnits strictness.
index c3c7748b9110f577187f80f2823c92ec3eaad000..f92d1ccd8ef55b5ffe8918b74b0d760a231d90ff 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -614,12 +614,6 @@ if test -f $mam_template; then
   done
 fi
 
-# FIXME: Gnulib should be patched to add "/" in front of .gitignore entries
-# instead.  Anyway, this hack must be done before invoking autoconf so that
-# build-aux/git-version-gen doesn't think the version is dirty because
-# .gitignore isn't committed.
-grep -v '^GNUmakefile$' .gitignore > .gitignore~ && mv .gitignore~ .gitignore
-
 # Reconfigure, getting other files.
 
 for command in \