From a0b4c880616c0a427e00231b0766c9fe6c2569ed Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 11 Aug 2012 11:22:12 +0200 Subject: [PATCH] [ng] rename: am__remove_distdir -> am.dist.remove-distdir * lib/am/distdir.am: Here. Signed-off-by: Stefano Lattarini --- lib/am/distdir.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/am/distdir.am b/lib/am/distdir.am index f687f1849..1986fec06 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -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: -- 2.47.2