summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2008-08-02 15:18:21 -0400
committerJoel E. Denny <jdenny@ces.clemson.edu>2008-08-02 15:18:21 -0400
commit445b74704f530a8ce77efe7ced935f0189480041 (patch)
tree4bf0a4b6b24725d05facf430447a4e9d17dbcc54 /bootstrap
parenta1e50014a0ba37b3de9900754be8c04f57d18c9a (diff)
downloadbison-445b74704f530a8ce77efe7ced935f0189480041.tar.gz
Update for recent .gitignore fix in Gnulib.
* bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates anchored .gitignore entries.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index c3c7748b..f92d1ccd 100755
--- 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 \