]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: move the setting of *FLAGS closer to "include"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 22 Feb 2019 14:41:26 +0000 (15:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2019 15:34:51 +0000 (07:34 -0800)
commit71a7894ba6b0546f28458b8b962674084a08019d
tree81914abc5d681edb0ae93ca4760080d23925a182
parent8fb2a231bfc09a04ca5ecc623a9d95f9d24eb054
Makefile: move the setting of *FLAGS closer to "include"

Move the setting of variables like CFLAGS down past settings like
"prefix" and default programs like "TAR" to just before we do the
include from "config.mak.*".

There's no functional changes here yet, but move note that
"ALL_CFLAGS" and "ALL_LDFLAGS" are moved below the include. A
follow-up change will tweak those depending on a variable set in
config.mak.dev.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile