mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Update for recent .gitignore fix in Gnulib.
* bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates anchored .gitignore entries.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user