]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__remove_distdir -> am.dist.remove-distdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 09:22:12 +0000 (11:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 09:22:12 +0000 (11:22 +0200)
* lib/am/distdir.am: Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/distdir.am

index f687f18496cdd5246a7972633385d21bc1b82113..1986fec064bd8093cda85c0d0e98712d107568b4 100644 (file)
@@ -83,7 +83,7 @@ if %?TOPDIR_P%
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
 
-am__remove_distdir = \
+am.dist.remove-distdir = \
   if test -d "$(distdir)"; then \
     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
       && rm -rf "$(distdir)" \
@@ -95,7 +95,7 @@ am__remove_distdir = \
 ## See automake bug#10470.
       || { sleep 5 && rm -rf "$(distdir)"; }; \
   else :; fi
-am__post_remove_distdir = $(am__remove_distdir)
+am__post_remove_distdir = $(am.dist.remove-distdir)
 endif %?TOPDIR_P%
 
 if %?SUBDIRS%
@@ -156,7 +156,7 @@ endif %?TOPDIR_P%
 ## Only for the top dir.
 ##
 if %?TOPDIR_P%
-       $(am__remove_distdir)
+       $(am.dist.remove-distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
 endif %?TOPDIR_P%
 ## Make the subdirectories for the files, avoiding to exceed command
@@ -227,15 +227,15 @@ if %?SUBDIRS%
            $(am.dist.relativize-path); \
            new_top_distdir=$$reldir; \
            echo " (cd $$subdir && $(MAKE) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-           echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+           echo "     am.dist.remove-distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
            (cd $$subdir && \
              $(MAKE) \
                top_distdir="$$new_top_distdir" \
                distdir="$$new_distdir" \
-## Disable am__remove_distdir so that sub-packages do not clear a
+## Disable am.dist.remove-distdir so that sub-packages do not clear a
 ## directory we have already cleared and might even have populated
 ## (e.g. shared AUX dir in the sub-package).
-               am__remove_distdir=: \
+               am.dist.remove-distdir=: \
 ## Disable filename length check:
                am__skip_length_check=: \
 ## No need to fix modes more than once: