Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-01-16 08:48:46 +0300
committerJunio C Hamano <gitster@pobox.com>2021-01-16 08:48:46 +0300
commitcf2870addaa747b7038ebfa0b580e92f0affd2d6 (patch)
treec52e4364e7c708f14e99b5e61f9c74361ffd95a9 /Makefile
parenteecc5f0775ebbd454f92e1da02f83bc43b5f3703 (diff)
parent9371c0e9dd54717894e3dd19d36aba06190cb8a0 (diff)
Merge branch 'ab/gettext-charset-comment-fix'
Comments update. * ab/gettext-charset-comment-fix: gettext.c: remove/reword a mostly-useless comment Makefile: remove a warning about old GETTEXT_POISON flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7a141facc7..4edfda3e00 100644
--- a/Makefile
+++ b/Makefile
@@ -1554,9 +1554,6 @@ endif
ifdef NO_SYMLINK_HEAD
BASIC_CFLAGS += -DNO_SYMLINK_HEAD
endif
-ifdef GETTEXT_POISON
-$(warning The GETTEXT_POISON option has been removed in favor of runtime GIT_TEST_GETTEXT_POISON. See t/README!)
-endif
ifdef NO_GETTEXT
BASIC_CFLAGS += -DNO_GETTEXT
USE_GETTEXT_SCHEME ?= fallthrough