automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 05/10] [ng] texi: respect user-requested verbosity


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 05/10] [ng] texi: respect user-requested verbosity better
Date: Sun, 12 Aug 2012 13:19:27 +0200

* lib/am/texibuild.mk (am.texi.build.info): Here, by not hiding the
creation of the directory containing the target info when "make V=1"
is used (or "./configure --disable-silent-rules").

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/texibuild.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/am/texibuild.mk b/lib/am/texibuild.mk
index e1d6783..0687201 100644
--- a/lib/am/texibuild.mk
+++ b/lib/am/texibuild.mk
@@ -42,7 +42,7 @@ define am.texi.build.dvi-or-pdf
 endef
 
 define am.texi.build.info
-       $(if $1,,@$(am.cmd.ensure-target-dir-exists))
+       $(if $1,,$(AM_V_at)$(am.cmd.ensure-target-dir-exists))
 ## Back up the info files before running makeinfo. This is the cheapest
 ## way to ensure that
 ## 1) If the texinfo file shrinks (or if you start using --no-split),
-- 
1.7.12.rc0




reply via email to

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