]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: improve dist-check.mk rules
authorJim Meyering <meyering@redhat.com>
Mon, 14 Dec 2009 10:33:03 +0000 (11:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 14 Dec 2009 10:33:03 +0000 (11:33 +0100)
commitbfcfc0ce7282c301d024fdd02c68edcc9aac0bf3
tree9d402f37540440631bbc206cfcbeddf0b351e585
parentbf01ac3004bdfdbcf2e1214f6c2d83757207504a
maint: improve dist-check.mk rules

* dist-check.mk (null_AM_MAKEFLAGS): Remove LIBTOOL.  Adding it was
erroneous, since it is required when building from a distribution
tarball of a libtool-using project.  Reported by Ralf Wildenhues.
(my-distcheck): Reorganize to use a subshell and set -e, so that
failures propagate "out".  Without this change, setting LIBTOOL=false
would cause a failure that would then be ignored, probably due to a
problem in $(install-transform-check).
dist-check.mk