diff options
author | Jim Meyering <meyering@redhat.com> | 2008-09-11 22:37:39 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-11 22:37:39 +0200 |
commit | ae1c205fc473589d028ef63785926263843555cd (patch) | |
tree | 81d2901c16f5efb964b968a498f6f2db8f908820 | |
parent | 2221ea2c3aad802e0fa075838e0da8566b1ce5a6 (diff) | |
download | coreutils-ae1c205fc473589d028ef63785926263843555cd.tar.xz |
tests: temporarily disable part of "make distcheck"
* maint.mk (install-transform-check): Temporarily disable.
-rw-r--r-- | maint.mk | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |