At Monday 26 July 2010, Ralf Wildenhues wrote:
> Hi Stefano,
>
> * Stefano Lattarini wrote on Sun, Jul 25, 2010 at 11:27:16PM CEST:
> > Very simple ChangeLog fix. OK to apply to maint?
>
> you can just go ahead and apply these kinds of things as obvious.
OK, will do. Thanks.
FYI, I pushed this
Pushed.
Regards,
Stefano
Pushed.
Regards,
Stefano
At Monday 26 July 2010, Ralf Wildenhues wrote:
> Hello Stefano,
Hi Ralf. How did the GHM go?
> * Stefano Lattarini wrote on Mon, Jul 26, 2010 at 01:58:08PM CEST:
> > This patch substitutes (almost) all the sed/grep maintainer
> > syntax checks in `Makefile.am' with a new perl script
> > `maintche
Hello Stefano,
* Stefano Lattarini wrote on Mon, Jul 26, 2010 at 01:58:08PM CEST:
> This patch substitutes (almost) all the sed/grep maintainer syntax checks
> in `Makefile.am' with a new perl script `maintcheck.pl'.
Why? Honest question. perl regex isn't necessarily more readable than
sed, in
Hi Stefano,
* Stefano Lattarini wrote on Sun, Jul 25, 2010 at 11:27:16PM CEST:
> Very simple ChangeLog fix. OK to apply to maint?
you can just go ahead and apply these kinds of things as obvious.
Thanks,
Ralf
> From 7e1cbc9a026b4a52f78ac28c4ca5853ee8c8bfa6 Mon Sep 17 00:00:00 2001
> From: Stef
Hello automakers.
This patch substitutes (almost) all the sed/grep maintainer syntax checks
in `Makefile.am' with a new perl script `maintcheck.pl'. Currently, this
is a monolithic script, but it allows the selection of a subset of checks
to be run (i.e. it doesn't force all tests to be run). Al