From: Stefano Lattarini Date: Fri, 10 Aug 2012 17:46:24 +0000 (+0200) Subject: [ng] rename: am.mkdir-for-dist -> am.dist.xmkdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301664e766be542ae9545d23705cdb61efff042f;p=thirdparty%2Fautomake.git [ng] rename: am.mkdir-for-dist -> am.dist.xmkdir * lib/am/distdir.am: Here. Signed-off-by: Stefano Lattarini --- 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'.