automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI 1/2] [ng] rename: am__skip_length_check -> am.dist.sk


From: Stefano Lattarini
Subject: [Automake-NG] [FYI 1/2] [ng] rename: am__skip_length_check -> am.dist.skip-length-check
Date: Sat, 11 Aug 2012 13:12:36 +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 ceb819c..e574ab9 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; \
-- 
1.7.12.rc0




reply via email to

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