]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: move "strip" assignment down from flags
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 22 Feb 2019 14:41:23 +0000 (15:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2019 15:31:57 +0000 (07:31 -0800)
commit9559f8ffb57ddf9ab3ec64b52aea1d9a645efba7
tree8ca2e2362ae1b31758f6f081f8372100b9ad00ed
parent4f14a8c18034a9304654739343163d2452bedce1
Makefile: move "strip" assignment down from flags

Move the assignment of the "STRIP" variable down to where we're
setting variables with the names of other programs.

For consistency with those use "=" for the assignment instead of
"?=". I can't imagine why this would need to be different than the
rest, and 4dc00021f7 ("Makefile: add 'strip' target", 2006-01-12)
which added it doesn't provide an explanation.

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