mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-27 11:20:32 +00:00
* lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
Problem reported by Joel E. Denny. 2006-10-14 Jim Meyering <[email protected]> (Sync from coreutils.) Work also when the working directory (with e.g. coreutils sources) is version controlled with git, rather than CVS. * bootstrap (CVS_only_file): Test for the existence of README-cvs, rather than CVS. In messages and comments, say e.g., "checked-out sources", rather than "CVS sources". (version_controlled_file): New function. Work for git as well as for CVS. Don't use grep's -q option. (slurp): Call it here, in place of CVS-specific code.
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
2006-10-14 Paul Eggert <[email protected]>
|
||||
|
||||
* lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
|
||||
Problem reported by Joel E. Denny.
|
||||
|
||||
2006-10-14 Jim Meyering <[email protected]>
|
||||
|
||||
(Sync from coreutils.)
|
||||
Work also when the working directory (with e.g. coreutils sources)
|
||||
is version controlled with git, rather than CVS.
|
||||
* bootstrap (CVS_only_file): Test for the existence of README-cvs,
|
||||
rather than CVS.
|
||||
In messages and comments, say e.g., "checked-out sources",
|
||||
rather than "CVS sources".
|
||||
(version_controlled_file): New function. Work for git as well as
|
||||
for CVS. Don't use grep's -q option.
|
||||
(slurp): Call it here, in place of CVS-specific code.
|
||||
|
||||
2006-10-14 Joel E. Denny <[email protected]>
|
||||
|
||||
Fix testsuite for ./configure --enable-gcc-warnings:
|
||||
|
||||
Reference in New Issue
Block a user