gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] [RFC] Make build less verbose


From: Mjules
Subject: [Gnash-dev] [RFC] Make build less verbose
Date: Sat, 27 Mar 2010 12:13:20 +0100

Hi,

here are two patchs aimed at make the build less verbose. They use
the new macro AM_SILENT_RULES which appears in automake 1.11 with an
ifdef for previous version. 

configure option and documentation (--enable/disable-silent-rule) are
automagically added by the macro.
Silent (or verbose respectively) can be overriden by configure switch
or by option make V=1 (to be verbose) or V=0 (to be silent)

First patch adds the silent rule as optional, second as
default.

Tested for some days without problem for me.

see : http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
for more details.

Please comment and commit if it's acceptable.

Thanks
Julien

Attachment: gnash-silent-rules-default.patch
Description: Text Data

Attachment: gnash-silent-rules-non-default.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]