]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Pass $(MAKE) down to testsuite.
authorZack Weinberg <zackw@panix.com>
Wed, 26 Aug 2020 19:12:12 +0000 (15:12 -0400)
committerZack Weinberg <zackw@panix.com>
Wed, 26 Aug 2020 19:12:12 +0000 (15:12 -0400)
commitc42dd55ddd598b45664899bfc171c13945a77c0c
tree98fe5f40db5872d6ea2ba8c88c4c7c4072c8463d
parent88e0d39a46b2f9c43fa48fda50da09607f6a9d9b
Pass $(MAKE) down to testsuite.

If Make is not available under the command name ‘make’, only some
other name (e.g. ‘gmake’) then the test suite’s internal invocations
of Make will all fail unless you explicitly set MAKE=<the other name>
in the environment, which is obnoxious.  Pass the value of $(MAKE)
down to the testsuite so that ‘gmake check’ Just Works.

 * tests/local.mk (run_testsuite): Append MAKE=$(MAKE).
tests/local.mk