summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd0a21e)
raw | patch | inline | side by side (parent: dd0a21e)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 May 2011 07:11:53 +0000 (00:11 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 May 2011 07:11:53 +0000 (00:11 -0700) |
Otherwise we would fail to rebuild correctly when this option was
changed between $(MAKE) invocations, and more importantly, $(MAKE) test
would not pass it down and t/test-lib.sh would not set the LIBPCRE
prerequisite.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
changed between $(MAKE) invocations, and more importantly, $(MAKE) test
would not pass it down and t/test-lib.sh would not set the LIBPCRE
prerequisite.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index fea55c04dd7de83a4d5e7f055b83747aa0d714d4..c449f5d6deae63e199575a525325a435c5a5ef4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@echo PYTHON_PATH=\''$(subst ','\'',$(PYTHON_PATH_SQ))'\' >>$@
@echo TAR=\''$(subst ','\'',$(subst ','\'',$(TAR)))'\' >>$@
@echo NO_CURL=\''$(subst ','\'',$(subst ','\'',$(NO_CURL)))'\' >>$@
+ @echo USE_LIBPCRE=\''$(subst ','\'',$(subst ','\'',$(USE_LIBPCRE)))'\' >>$@
@echo NO_PERL=\''$(subst ','\'',$(subst ','\'',$(NO_PERL)))'\' >>$@
@echo NO_PYTHON=\''$(subst ','\'',$(subst ','\'',$(NO_PYTHON)))'\' >>$@
ifdef GIT_TEST_CMP