]> git.ipfire.org Git - thirdparty/automake.git/commit
Keep `--silent-rules' across triggered automake reruns.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 10 Mar 2009 21:59:00 +0000 (22:59 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 10 Mar 2009 22:02:33 +0000 (23:02 +0100)
commitc65e06621b259081fa79b900c2872c8df471f89f
treecf7c6b7e0a922eafc00498162366e64a0976e8f1
parentbee1af31a3e62086b4476ad491aacfecb4e149d8
Keep `--silent-rules' across triggered automake reruns.

* automake.in (usage): Reformat to be a bit clearer.
(handle_configure): Remove substitutions %STRICTNESS% and
%USE-DEPS% in favor of a new substitution %AUTOMAKE-OPTIONS%
that carries over all needed flags.
* lib/am/configure.am (%MAKEFILE-IN%): Adjust rule.
* tests/flavor.test: New test, to ensure --$flavor (gnu,
gnits, foreign, cygnus), --ignore-deps, and --silent-rules are
preserved across automake reruns.
* tests/Makefile.am: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13 files changed:
ChangeLog
Makefile.in
automake.in
doc/Makefile.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/configure.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/flavor.test [new file with mode: 0755]