automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI 1/2] [ng] rename: am.mkdir-for-dist -> am.dist.xmkdir


From: Stefano Lattarini
Subject: [Automake-NG] [FYI 1/2] [ng] rename: am.mkdir-for-dist -> am.dist.xmkdir
Date: Fri, 10 Aug 2012 20:39:12 +0200

* lib/am/distdir.am: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/distdir.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index 2a08ad9..46cd51b 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -73,7 +73,7 @@ am.dist.parent-dirs = \
   $(call am.memoize,am.dist.parent-dirs,$(strip $(sort \
     $(filter-out ., $(patsubst ./%,%,$(dir $(am.dist.files-cooked)))))))
 
-am.mkdir-for-dist = \
+am.dist.xmkdir = \
   @$(MKDIR_P) $(patsubst %,"$(distdir)"/%,$1)$(am.chars.newline)
 am.write-list-of-distfiles = \
   @lst='$1'; for x in $$lst; do echo $$x; done \
@@ -161,7 +161,7 @@ if %?TOPDIR_P%
 endif %?TOPDIR_P%
 ## Make the subdirectories for the files, avoiding to exceed command
 ## line length limitations.
-       $(call am.xargs-map,am.mkdir-for-dist,$(am.dist.parent-dirs))
+       $(call am.xargs-map,am.dist.xmkdir,$(am.dist.parent-dirs))
 ## Install the files and directories, applying a "VPATH rewrite"
 ## by hand where needed.
 ## To get the files in the distribution directory, use 'cp', not 'ln'.
-- 
1.7.12.rc0




reply via email to

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