bug#7336: Failure on test parallel-tests5.test

2010-11-05 Thread Lluís Batlle i Rossell
On Mon, Nov 01, 2010 at 07:41:12PM +0100, Lluís Batlle i Rossell wrote: > On Mon, Nov 01, 2010 at 07:07:48PM +0100, Ralf Wildenhues wrote: > > [ http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/5061 ] > > > > * Lluís Batlle i Rossell wrote on Sun, Oct 31, 2010 at 05:49:00PM CET: > > > On

bug#7333: bug concatenating CLEANFILES in automake 1.11

2010-11-05 Thread Stefano Lattarini
Hello Andy, and thanks for the report. I can confirm the bug with latest automake (from git master), with a much-reduced minimal testcase (see attachment). I still haven't looked for an explanation or a fix, though. Regards, Stefano foo.test Description: application/shellscript

bug#7333: bug concatenating CLEANFILES in automake 1.11

2010-11-05 Thread Andy Wingo
Greets, We have an automake file that, after includes are processed out, looks something like this: # -*- makefile-gmake -*- CLEANFILES = BUILT_SOURCES = CLEANFILES += \ $(addprefix log/, $(addsuffix .log, $(notdir $(TESTS) _timing))) \ $(wildcard scratch/*) \ # CLEANFILES += \ $(BUILT_