From 04c52b271b56cd21b7342f33c3d48f04909549fd Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 12 Aug 2012 11:07:00 +0200 Subject: [PATCH] [ng] texi: respect user-requested verbosity better * 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 --- 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 e1d6783fc..0687201e0 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), -- 2.47.2