coreutils
[Top][All Lists]
Advanced

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

[PATCH 21/22] maint: port manpages generation to VPATH builds


From: Stefano Lattarini
Subject: [PATCH 21/22] maint: port manpages generation to VPATH builds
Date: Sat, 1 Sep 2012 01:46:58 +0200

* man/local.mk (.x.1): Use '$(MKDIR_P)' rather than bare 'mkdir'
where appropriate.

Reported-by: Jim Meyering <address@hidden>
---
 man/local.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/local.mk b/man/local.mk
index 3074511..8904eb5 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -178,7 +178,7 @@ man/yes.1:       src/yes.c
        rm -f $@ $@-t                                                   \
          && t=$*.td                                                    \
          && rm -rf $$t                                                 \
-         && mkdir $$t                                                  \
+         && $(MKDIR_P) $$t                                             \
          && (cd $$t && $(LN_S) $(abs_top_builddir)/src/$$prog $$name)  \
          && $(PERL) -- $(srcdir)/man/help2man                          \
                     --source='$(PACKAGE_STRING)'                       \
-- 
1.7.12




reply via email to

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