automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 4/4] New automake command line option `--silent-rules'.


From: Ralf Wildenhues
Subject: Re: [PATCH 4/4] New automake command line option `--silent-rules'.
Date: Wed, 11 Mar 2009 22:43:15 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

* Jan Engelhardt wrote on Wed, Mar 11, 2009 at 09:34:20PM CET:
> On Wednesday 2009-03-11 21:06, Ralf Wildenhues wrote:
> >  Do we want to allow a command line knob (--silent-rules) to turn
> >  off `silent' mode, or do we force developers to either touch the
> >  AUTOMAKE_OPTIONS variable in Makefile.am or the AM_INIT_AUTOMAKE
> >  macro call in configure.ac?
> 
> Hm, what is the difference between silent and silent-rules?

The command line option --silent-rules does the same as the argument
`silent' to the AM_INIT_AUTOMAKE macro in configure.ac:
  AM_INIT_AUTOMAKE([silent])

Both enable silent mode for all Makefile.in files.

Per-Makefile.in silent mode may be enabled by adding
  AUTOMAKE_OPTIONS = silent

to the respective Makefile.am.

The reason that the command line option is not called `--silent' is that
normally, i.e., with several other GNU software, --silent is the
opposite of --verbose, and changes the verbosity of the command.  But
--silent-rules does not change the verbosity of the automake command.

Hope that clears things up.

Cheers,
Ralf




reply via email to

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