automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 7/7] [ng] rename: am.dist.uninstallcheck-listfiles


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 7/7] [ng] rename: am.dist.uninstallcheck-listfiles -> am.dist.uninstallcheck-listfiles
Date: Sun, 12 Aug 2012 23:20:12 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/distcheck.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk
index a6009a9..421b15b 100644
--- a/lib/am/distcheck.mk
+++ b/lib/am/distcheck.mk
@@ -209,7 +209,7 @@ distuninstallcheck_listfiles = find . -type f -print
 # uninstall, so we must be prepared to account for it.  The following
 # check is not 100% strict, but is definitely good enough, and even
 # accounts for overridden $(infodir).
-am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+am.dist.uninstallcheck-listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distuninstallcheck:
        @test -n '$(distuninstallcheck_dir)' || { \
@@ -221,7 +221,7 @@ distuninstallcheck:
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
          exit 1; \
        }; \
-       test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
+       test `$(am.dist.uninstallcheck-listfiles) | wc -l` -eq 0 \
           || { echo "ERROR: files left after uninstall:" ; \
                if test -n "$(DESTDIR)"; then \
                  echo "  (check DESTDIR support)"; \
-- 
1.7.12.rc0




reply via email to

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