From: Stefano Lattarini Date: Fri, 10 Aug 2012 17:47:37 +0000 (+0200) Subject: [ng] rename: am.write-list-of-distfiles -> am.dist.write-filelist X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675daed05f1d373855f578f0f9c3c0d025184eec;p=thirdparty%2Fautomake.git [ng] rename: am.write-list-of-distfiles -> am.dist.write-filelist * lib/am/distdir.am: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/distdir.am b/lib/am/distdir.am index 46cd51bfb..75954129f 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -75,7 +75,7 @@ am.dist.parent-dirs = \ am.dist.xmkdir = \ @$(MKDIR_P) $(patsubst %,"$(distdir)"/%,$1)$(am.chars.newline) -am.write-list-of-distfiles = \ +am.dist.write-filelist = \ @lst='$1'; for x in $$lst; do echo $$x; done \ >> $(am.dir)/$@-list$(am.chars.newline) @@ -169,7 +169,7 @@ endif %?TOPDIR_P% ## distribute could actually be a cross-filesystem symlink -- this can ## easily happen if "gettextize" was run on the distribution. @rm -f $(am.dir)/$@-list - $(call am.xargs-map,am.write-list-of-distfiles, \ + $(call am.xargs-map,am.dist.write-filelist, \ $(am.dist.files-cooked)) @while read file; do \ ## Always look for the file or directory to distribute in the build