]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: move $(comma), $(empty) and $(space) to shared.mak
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 3 Mar 2022 16:04:17 +0000 (17:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Mar 2022 22:14:55 +0000 (14:14 -0800)
commitfd15f8a5fa874bd25b25b3322407d65ca189e632
treee79306632efe55cc7638cad60bb51199bae3c705
parentdad9cd7d518375799413b5a3af179f4cd95cfbe4
Makefile: move $(comma), $(empty) and $(space) to shared.mak

Move these variables over to the shared.mak, we'll make use of them in
a subsequent commit.

Note that there's reason for these to be "simply expanded variables",
i.e. to use ":=" assignments instead of lazily expanded "="
assignments. We could use "=", but let's leave this as-is for now for
ease of review.

See 425ca6710b2 (Makefile: allow combining UBSan with other
sanitizers, 2017-07-15) for the commit that introduced these.

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