[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enhancing automake support for silent-rules
From: |
Gavin Smith |
Subject: |
Re: Enhancing automake support for silent-rules |
Date: |
Sat, 8 Jun 2013 02:21:19 +0100 |
> %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 work
it needs to have been included in the arguments to file_contents.
Search automake.in for "SILENT" to see how and where it is set.