]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename MAKE environment variable to MAKE_COMMAND
authorOndřej Surý <ondrej@sury.org>
Tue, 7 Aug 2018 14:46:53 +0000 (16:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2020 11:51:08 +0000 (12:51 +0100)
commitde1a637a696383583545243fdfaebcbda8392a5f
treea665d63f3c76e1eb1632b25dae7825ef5b599944
parent99f9e2c53ed65ad900097b2912d07fc0c26253bd
Rename MAKE environment variable to MAKE_COMMAND

The environment variable MAKE has been replaced with MAKE_COMMAND,
because overriding MAKE variable also changed the definition of the MAKE
inside the Makefiles, and we want only a single wrapper around the whole
build process.

Previously, setting `MAKE` to `bear make` meant that `bear make` would
be run at every nested make invocation, which messed up the upcoming
automake transition as compile_commands.json would be generated in every
subdirectory instead of just having one central file at the top of the
build tree.
.gitlab-ci.yml