]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: use 'check-local' to extend the 'check' target
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 2 Sep 2012 19:55:03 +0000 (21:55 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Sep 2012 06:48:28 +0000 (08:48 +0200)
commitcd97af8ee09282075d282ca101f04aa4530440f5
treeb3d0705eec2eea05d14a9b2791c09c50a46e647a
parentd263b0e252fa7f1878859053643b094bd56084e3
build: use 'check-local' to extend the 'check' target

* tests/Makefile.am (check-local): Here, by making this depend
on 'vc_exe_in_TESTS' ...
(check): ... rather than making this depend on them.  While the old
usage worked, it relied on an implementation detail rather than on
documented behavior.
* src/local.mk (check-local): Similarly, make this depend on
'check-README' and 'check-duplicate-no-install' ...
(check): ... rather than on this.
src/local.mk
tests/Makefile.am