]> 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>
Fri, 20 Mar 2020 15:09:42 +0000 (16:09 +0100)
commit9be14d66cd8541d9d2cd4094de611a820ffe8428
tree64676361b398d4df031546966ce471fbb78f8b37
parent713b445baf82141a55ea74ab3faf859e16c582ca
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.

(cherry picked from commit de1a637a696383583545243fdfaebcbda8392a5f)
.gitlab-ci.yml