[PATCH] New test on repeated automake options.

2010-11-19 Thread Stefano Lattarini
* tests/repeated-options.test: New test, check that automake does not complain on repeated options, nor generate broken or incorrect makefiles. * tests/Makefile.am (TESTS): Updated. --- ChangeLog |8 tests/Makefile.am |1 + tests/Makefile.in |

Re: [RFC] Docs: document silent make rules in a new chapter

2010-11-19 Thread Stefano Lattarini
[dropping autom...@gnu.org] I've elaborated on this a little more. An updated patch is attached; here is what I squashed in w.r.t. the previous version: -*-*-*- diff --git a/ChangeLog b/ChangeLog index 7feb9c6..27b00cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,9 @@ *

[FYI] {maint} Automake::Config: remove extra trailing semicolon.

2010-11-19 Thread Stefano Lattarini
I pushed this patch to maint as obvious. Regards, Stefano -*-*-*- Automake::Config: remove extra trailing semicolon. * lib/Automake/Config.in: Remove extra trailing semicolon. --- ChangeLog |3 +++ lib/Automake/Config.in |2 +- 2 files changed, 4 insertions(+), 1

Re: [PATCH] New test on repeated automake options.

2010-11-19 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Nov 19, 2010 at 12:26:18PM CET: * tests/repeated-options.test: New test, check that automake does not complain on repeated options, nor generate broken or incorrect makefiles. * tests/Makefile.am (TESTS): Updated. OK. Thanks, Ralf

pushed patches (was: Re: [PATCH] New test on repeated automake options.)

2010-11-19 Thread Stefano Lattarini
On Friday 19 November 2010, Ralf Wildenhues wrote: Hi Stefano, * Stefano Lattarini wrote on Fri, Nov 19, 2010 at 12:26:18PM CET: * tests/repeated-options.test: New test, check that automake does not complain on repeated options, nor generate broken or incorrect makefiles. *

Sync config-ml.in from GCC.

2010-11-19 Thread Ralf Wildenhues
I pushed this to maint in Ian's name, to sync the script from GCC. Cheers, Ralf 2010-11-19 Ian Lance Taylor i...@... Sync config-ml.in from GCC. * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other compiler/flag environment variables. diff --git

Re: [PATCH] {master} release-stats: account for generated `instspc-*.test' tests.

2010-11-19 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Nov 19, 2010 at 09:18:33PM CET: I've realized that my patch on instspc.test split refactoring has broken the release-stats target, since now there are other generated tests besides the `*-p.test' tests. The attached patch fix this glitch in a quick dirty