Re: Broken install-data-yes target

2013-06-07 Thread Nick Bowler
On 2013-06-06 17:58 -0700, Kip Warner wrote: On Thu, 2013-06-06 at 10:37 -0400, Nick Bowler wrote: Moreover, the link provided below is broken, so we cannot see the whole Makefile.am. Hey Nick. Sorry about that. Try this:

Enhancing automake support for silent-rules

2013-06-07 Thread Darren Garvey
Hi all, I've been trying to make a large automake-generated project I work on build quieter. While there is some support for silent-rules, there are several places where automake templates* don't silence themselves, which I'd like to rectify. I have made several changes locally which helps a lot

Re: bug#14560: C Compilation variables present in output Makefiles unconditionally

2013-06-07 Thread Stefano Lattarini
submitter 14560 Ralf Corsepius ralf.corsep...@rtems.org severity 14560 minor tags 14560 + moreinfo thanks On 06/05/2013 12:03 PM, Stefano Lattarini wrote: [+cc bug-automake, so this will be registered in the bug tracker] On 06/05/2013 07:16 AM, Ralf Corsepius wrote: On 06/03/2013 09:14 PM,

Re: Broken install-data-yes target

2013-06-07 Thread Kip Warner
On Fri, 2013-06-07 at 10:04 -0400, Nick Bowler wrote: NB: Spaces are painful because make, for the most part, is impossible to use with filenames containing spaces. Agreed. When I said it was an issue with Automake, I meant everything under it inclusive. The real problem is probably in Make.

Re: Enhancing automake support for silent-rules

2013-06-07 Thread Gavin Smith
On Fri, Jun 7, 2013 at 2:55 PM, Darren Garvey darren.gar...@gmail.com wrote: Hi all, I've been trying to make a large automake-generated project I work on build quieter. While there is some support for silent-rules, there are several places where automake templates* don't silence themselves,

Re: Enhancing automake support for silent-rules

2013-06-07 Thread Darren Garvey
On 7 June 2013 23:10, Gavin Smith gavinsmith0...@gmail.com wrote: On Fri, Jun 7, 2013 at 2:55 PM, Darren Garvey darren.gar...@gmail.com wrote: Hi all, I've been trying to make a large automake-generated project I work on build quieter. While there is some support for silent-rules,

Re: Enhancing automake support for silent-rules

2013-06-07 Thread Gavin Smith
%SILENT% doesn't work in any of the places I tried. I'm speculating that this is because it's substituted too early. I see it being used in a few places (eg. lib/am/library.am), but those rules are full of other %NAME% strings. Different files will use different substitutions. For SILENT to