Makefile: ease dynamic-gettext-poison transition
authorJunio C Hamano <redacted>
Thu, 8 Nov 2018 21:15:30 +0000 (21:15 +0000)
committerJunio C Hamano <redacted>
Fri, 9 Nov 2018 02:25:19 +0000 (11:25 +0900)
commitc6a9a30e6a01b4d5329d796b800ab0917b963b20
tree8d332186b69979577ee1e40b845d84f888b71629
parent6cdccfce1e0f218d4d26292b85ec18ed96c91be7
Makefile: ease dynamic-gettext-poison transition

Earlier we made the entire build to fail when GETTEXT_POISON=Yes is
given to make, to notify those who did not notice that text poisoning
is now a runtime behaviour.

It turns out that this is too irritating for those who need to build
and test different versions of Git that cross the boundary between
history with and without this topic to switch between two
environment variables.  Demote the error to a warning, so that you
can say something like

    make GETTEXT_POISON=Yes GIT_TEST_GETTEXT_POISON=Yes test

during the transition period, without having to worry about whether
exact version you are testing has or does not have this topic.

Signed-off-by: Junio C Hamano <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
git clone https://git.99rst.org/PROJECT