summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-09-11 22:37:39 +0200
committerJim Meyering <meyering@redhat.com>2008-09-11 22:37:39 +0200
commitae1c205fc473589d028ef63785926263843555cd (patch)
tree81d2901c16f5efb964b968a498f6f2db8f908820
parent2221ea2c3aad802e0fa075838e0da8566b1ce5a6 (diff)
downloadcoreutils-ae1c205fc473589d028ef63785926263843555cd.tar.xz
tests: temporarily disable part of "make distcheck"
* maint.mk (install-transform-check): Temporarily disable.
-rw-r--r--maint.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/maint.mk b/maint.mk
index 492fb0f60..7b9d0eed1 100644
--- a/maint.mk
+++ b/maint.mk
@@ -736,6 +736,13 @@ define install-transform-check
"$(pfx)/share/man/man1/zyx.1"
endef
+# Temporarily disable this check;
+# With the very latest automake from git, the above definition
+# would induce a "make distcheck" failure.
+define install-transform-check
+ :
+endef
+
# Install, then verify that all binaries and man pages are in place.
# Note that neither the binary, ginstall, nor the ].1 man page is installed.
define my-instcheck