From 9b285abfa3c46d7b751ce11bac5348a9e961c407 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 21 May 2009 15:15:09 +0300 Subject: More work on `silent rules' mode * bootstrap (silent_rules_prog): Preserve leading whitespace verbatim, when inserting the AM_V variables. Suggested by Ralf Wildenhues. Optionally insert the definitions of AM_DEFAULT_VERBOSITY, AM_V_GEN and AM_V_at: useful for po/Makefile.in.in (silentize): New function. (slurp): Call silentize Call silentize on po/Makefile.in.in. * doc/Makefile.am, etc/Makefile.am, pies/Makefile.am, pmult/Makefile.am, tests/Makefile.am, tests/etc/Makefile.am: Add silent rule markers. --- doc/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index c10bb0b..1a7396c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST = \ untabify.el clean-local: - rm -rf manual + @rm -rf manual # Checking check-format: @@ -141,15 +141,15 @@ check-unrevised: all-check-docs: check-format check-options check-pragmas check-builtins check-mflib check-exceptions check-refs check-fixmes check-writeme check-unrevised check-docs: - $(MAKE) -k all-check-docs + @$(MAKE) -k all-check-docs # master-menu: - emacs -batch -l mastermenu.el -f make-master-menu $(info_TEXINFOS) + $(AM_V_GEN)emacs -batch -l mastermenu.el -f make-master-menu $(info_TEXINFOS) untabify: - emacs -batch -l untabify.el $(info_TEXINFOS) $(mailfromd_TEXINFOS) + @emacs -batch -l untabify.el $(info_TEXINFOS) $(mailfromd_TEXINFOS) final: untabify master-menu -- cgit v1.2.1