bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='. (was: Re: bug#7333: bug concatenating CLEANFILES in automake 1.11)

2010-11-06 Thread Stefano Lattarini
On Friday 05 November 2010, Stefano Lattarini wrote: > 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. I've manged to find a very simple fix for the bug (see atta

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_