]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] check: use few more GNU make capabilities
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 14:33:08 +0000 (16:33 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 15:09:10 +0000 (17:09 +0200)
commitf82210f345531325d3f7200197af6a12f4cd8ab5
treefd344483f2800d76ab7391dc8b3aa97a7b09063b
parent115281f351a1b55811b627d313e041f56ba1148e
[ng] check: use few more GNU make capabilities

We can do so now that the 'parallel-tests.am' file is now
processed "almost verbatim" by Automake.

* lib/am/parallel-tests.am (check-TESTS): Here, use "ifeq" to check
whether $(AM_LAZY_CHECK) is "yes".  This removes the need for ...
(am__remove_if_not_lazy_check): ... this variable, which has thus
been removed.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/parallel-tests.am