Re: copyright statement

2010-01-29 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Jan 29, 2010 at 11:17:05PM CET: I'm rebasing one of my patch series for Automake, written still in 2009, and I find it quite annoying (and error-prone) to have to re-edit otherwise fine git commits just to update the copyright years of the files changed in

Re: copyright statement

2010-01-29 Thread Stefano Lattarini
At Friday 29 January 2010, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: * Stefano Lattarini wrote on Fri, Jan 29, 2010 at 11:17:05PM CET: I'm rebasing one of my patch series for Automake, written still in 2009, and I find it quite annoying (and error-prone) to have to re-edit otherwise

[PATCH 0/3] Testsuite: check the list of test script

2010-01-29 Thread Stefano Lattarini
Hello automakers. In this thread, I'll post an amended/updated version of a previous patch series of mine, which introduced a maintainer-specific check about the consistency of the list of tests in the Automake testsuite. The previous patch series has been already partially applied, so I found

[PATCH 1/3] Maint-check: check consistency of list of test scripts.

2010-01-29 Thread Stefano Lattarini
This patch add a new maintainer-specific check: `maintainer-check-list-of-tests'. This check verifies that the tests listed in $(TESTS) correspond to the test scripts on the filesystem, counting both the committed (e.g. `aclibobj.test') and the generated (e.g. `check-p.test') scripts. From

[PATCH 2/3] Maint-check: refactoring to avoid code duplication

2010-01-29 Thread Stefano Lattarini
The previous patch introduced some code duplication. This patch takes care of removing (part of) such duplication, by adding a new *.am makefile fragment to be included by the relevant Makefiles.am From 6dc1a373b889e484d979ce7a1107ec9a26a2ee0e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini

[PATCH 3/3] Some more refactoring in makefiles, to avoid code duplication.

2010-01-29 Thread Stefano Lattarini
The first patch of this series introduced some code duplication, which was partly removed by the second patch. This final third patch takes care of removing the part of such duplication which wasn't removed by that second patch. From ac98f437c4efa93eaf329597af8284b56d9c2b39 Mon Sep 17 00:00:00