From: Stefano Lattarini Date: Sat, 11 Aug 2012 11:07:29 +0000 (+0200) Subject: [ng] rename: am__skip_mode_fix -> am.dist.skip-mode-fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3d5b7202148e31d672e5cecf5931e5225a4f29;p=thirdparty%2Fautomake.git [ng] rename: am__skip_mode_fix -> am.dist.skip-mode-fix * lib/am/distdir.am: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/distdir.am b/lib/am/distdir.am index e574ab97b..d9462266a 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -237,7 +237,7 @@ if %?SUBDIRS% ## Disable filename length check: am.dist.skip-length-check=: \ ## No need to fix modes more than once: - am__skip_mode_fix=: \ + am.dist.skip-mode-fix=: \ || exit 1; \ fi; \ done @@ -271,7 +271,7 @@ endif %?DIST-TARGETS% ## hierarchy of subpackages. ## if %?TOPDIR_P% - -test -n "$(am__skip_mode_fix)" \ + -test -n "$(am.dist.skip-mode-fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \