automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI 2/2] [ng] rename: am.write-list-of-distfiles -> am.di


From: Stefano Lattarini
Subject: [Automake-NG] [FYI 2/2] [ng] rename: am.write-list-of-distfiles -> am.dist.write-filelist
Date: Fri, 10 Aug 2012 20:39:13 +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 46cd51b..7595412 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)/address@hidden(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)/address@hidden
-       $(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
-- 
1.7.12.rc0




reply via email to

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