Re: bug#10697: subdir-objects make clean invokes one rm for each .o file

2012-06-10 Thread Stefano Lattarini
severity 10697 minor tags 10697 + patch thanks Reference: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10697 Hi Jim, sorry for the awful delay. On 02/02/2012 05:06 PM, Jim Meyering wrote: In cppi (http://git.savannah.gnu.org/cgit/cppi.git), I am now using non- recursive make via

[PATCH] maint: grammar fixes: s/all these/all of these/

2012-06-10 Thread Jim Meyering
I stumbled across one of these, so fixed all of them and added a new syntax-check rule in gnulib's maint.mk to discourage recurrence: http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912 From fa0cd34b38729a59a40fa946fc621df3ef0924cd Mon Sep 17 00:00:00 2001 From: Jim Meyering

Re: [PATCH] maint: grammar fixes: s/all these/all of these/

2012-06-10 Thread Stefano Lattarini
Hi Jim. On 06/10/2012 10:08 PM, Jim Meyering wrote: I stumbled across one of these, so fixed all of them and added a new syntax-check rule in gnulib's maint.mk to discourage recurrence: http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912 From

Re: [PATCH] maint: grammar fixes: s/all these/all of these/

2012-06-10 Thread Jim Meyering
Stefano Lattarini wrote: Hi Jim. On 06/10/2012 10:08 PM, Jim Meyering wrote: I stumbled across one of these, so fixed all of them and added a new syntax-check rule in gnulib's maint.mk to discourage recurrence: http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912 From

[PATCH] subdirs: unify rules for cleaning and normal recursive targets

2012-06-10 Thread Stefano Lattarini
Before this change, the recursive invocation of cleaning targets in the $(SUBDIRS) where done in inverse order, i.e., starting from the last $(SUBDIRS) entry and proceeding towards the first. According to the code comments, this was done ... ... in an attempt to alleviate a problem that can

[PATCH 0/2] subdirs: unify rules for cleaning and normal recursive targets

2012-06-10 Thread Stefano Lattarini
I've reworked and improved the commit message a bit, and added a new test case for extra-safety (in a separate, preparatory patch). This is what I intend to push soon enough (in a day or two). Regards, Stefano -*-*-*- Stefano Lattarini (2): tests: add a demo test on C support subdirs:

[PATCH 1/2] tests: add a demo test on C support

2012-06-10 Thread Stefano Lattarini
Showing and testing non-trivial use of C support, and its interaction with other features. * t/c-demo.sh: New test. * t/list-of-tests.mk: Add it. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- t/c-demo.sh| 179