bug-cppi
[Top][All Lists]
Advanced

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

[bug-cppi] [PATCH 11/19] maint: remove redundant build output


From: Jim Meyering
Subject: [bug-cppi] [PATCH 11/19] maint: remove redundant build output
Date: Wed, 25 Jan 2012 09:22:48 +0100

From: Jim Meyering <address@hidden>

* man/local.mk (.x.1): Don't say "Updating man page man/cppi.1".
AM_V_GEN takes care of that already.
---
 man/local.mk |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/man/local.mk b/man/local.mk
index db5d9fe..c5552e6 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -16,8 +16,7 @@ SUFFIXES += .x .1
 # Also, use a %.1: man/%.x pattern rule and remove the mkdir (required for
 # non-srcdir builds).
 .x.1:
-       $(AM_V_GEN)echo "Updating man page $@";                 \
-       mkdir -p man;                                           \
+       $(AM_V_GEN)mkdir -p man;                                \
        PATH=src$(PATH_SEPARATOR)$$PATH; export PATH;           \
        prog=`basename $*`;                                     \
        $(HELP2MAN)                                             \
-- 
1.7.9.rc2.2.g183d6




reply via email to

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