Hi Jan,
* Jan Engelhardt wrote on Tue, Apr 28, 2009 at 10:21:08AM CEST:
> I also had a look at the automake source, and I rather find
> this the problem (in lib/Automake/Variable.pm):
>
> elsif ($def->pretty == VAR_PRETTY)
> [...]
> my $wrap = makefile_wrap ("$str$name $equals", "
On Monday 2009-04-27 22:27, Ralf Wildenhues wrote:
>> CXXbar.o
>> CXXLD prog
>> $ grep CXX_0 Makefile.in
>> am__v_CXX_0 = @echo " CXX " $@;
>
>Thanks for the bug report. Fixed with the patch below.
I also had a look at the automake source, and I rather find
this the problem (in lib/A
Hi Jan,
* Jan Engelhardt wrote on Sat, Apr 25, 2009 at 11:36:15PM CEST:
> $ make
> CC foo.o
> CXX bar.o
> CXXLD prog
> $ grep CXX_0 Makefile.in
> am__v_CXX_0 = @echo " CXX " $@;
>
> Expected result would have been:
>
> $ make
> CC foo.o
> CXXbar.o
> CXXLD prog
> $ grep CXX_
On Tuesday 2009-03-31 01:21, Ralf Wildenhues wrote:
>I'm pleased to announce the Automake 1.10b test release. It contains
>a bunch of new features, and a bunch of bugfixes over previous versions,
>and probably a bunch of new bugs. Highlights, in no particular order:
>[...]
As silent-rules stand