diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-01 11:00:12 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-01 11:00:12 +0100 |
commit | 5703f662b72f03b8a88bfc5cc5ee084988a88ce1 (patch) | |
tree | 894ff0c4be70d3e8fd437f491883afcfea760e7c /ChangeLog | |
parent | b3b6f52fadfbab0277153b9142251989e8e635d4 (diff) | |
download | coreutils-5703f662b72f03b8a88bfc5cc5ee084988a88ce1.tar.xz |
"make syntax-check" now runs only Makefile.cfg-selected tests
* Makefile.maint (syntax-check-rules): Hoist this definition so that
it precedes the indirect use in the definition of $(local-check).
(local-check): Use :=, not just "=".
(syntax-check): Depend on $(local-check), not $(syntax-check-rules).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-01 Jim Meyering <jim@meyering.net> + + "make syntax-check" now runs only Makefile.cfg-selected tests + * Makefile.maint (syntax-check-rules): Hoist this definition so that + it precedes the indirect use in the definition of $(local-check). + (local-check): Use :=, not just "=". + (syntax-check): Depend on $(local-check), not $(syntax-check-rules). + 2007-02-28 Bruno Haible <bruno@clisp.org> * bootstrap.conf (gnulib_modules): Replace xreadlink with |