From: Stefano Lattarini Date: Sun, 12 Aug 2012 09:07:00 +0000 (+0200) Subject: [ng] texi: respect user-requested verbosity better X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c52b271b56cd21b7342f33c3d48f04909549fd;p=thirdparty%2Fautomake.git [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 --- 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),