From: Stefano Lattarini Date: Sat, 11 Aug 2012 11:05:48 +0000 (+0200) Subject: [ng] rename: am__skip_length_check -> am.dist.skip-length-check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e103124bde7d7ed05375b425fb80056b94b18550;p=thirdparty%2Fautomake.git [ng] rename: am__skip_length_check -> am.dist.skip-length-check * lib/am/distdir.am: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/distdir.am b/lib/am/distdir.am index ceb819c8e..e574ab97b 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -235,7 +235,7 @@ if %?SUBDIRS% ## (e.g. shared AUX dir in the sub-package). am.dist.remove-distdir=: \ ## Disable filename length check: - am__skip_length_check=: \ + am.dist.skip-length-check=: \ ## No need to fix modes more than once: am__skip_mode_fix=: \ || exit 1; \ @@ -279,7 +279,7 @@ if %?TOPDIR_P% ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" if %?FILENAME_FILTER% - @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \ + @if test -z "$(am.dist.skip-length-check)" && find "$(distdir)" -type f -print | \ grep '^%FILENAME_FILTER%' 1>&2; then \ echo 'error: the above filenames are too long' 1>&2; \ exit 1; \