From 301664e766be542ae9545d23705cdb61efff042f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 10 Aug 2012 19:46:24 +0200 Subject: [PATCH] [ng] rename: am.mkdir-for-dist -> am.dist.xmkdir * lib/am/distdir.am: Here. Signed-off-by: Stefano Lattarini --- 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 2a08ad91d..46cd51bfb 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'. -- 2.47.2