aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-22 12:41:44 -0700
committerJunio C Hamano <gitster@pobox.com>2015-05-22 12:41:44 -0700
commit8087a620863dde1c589f072abd4e6b9ef1017a62 (patch)
treef90fa9e990232e691a39499bf5b87c5afa7a13c0 /Makefile
parent6263f58f86895096c21a07ad8dced76f84bd4708 (diff)
parent309a9e33731a56487944dbaa00073f8ee05c9f70 (diff)
downloadgit-8087a620863dde1c589f072abd4e6b9ef1017a62.tar.gz
git-8087a620863dde1c589f072abd4e6b9ef1017a62.tar.xz
Merge branch 'jk/skip-http-tests-under-no-curl'
Test clean-up. * jk/skip-http-tests-under-no-curl: tests: skip dav http-push tests under NO_EXPAT=NoThanks t/lib-httpd.sh: skip tests if NO_CURL is defined
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36655d5a1..25a453bf2 100644
--- a/Makefile
+++ b/Makefile
@@ -2108,6 +2108,7 @@ GIT-BUILD-OPTIONS: FORCE
@echo PYTHON_PATH=\''$(subst ','\'',$(PYTHON_PATH_SQ))'\' >>$@
@echo TAR=\''$(subst ','\'',$(subst ','\'',$(TAR)))'\' >>$@
@echo NO_CURL=\''$(subst ','\'',$(subst ','\'',$(NO_CURL)))'\' >>$@
+ @echo NO_EXPAT=\''$(subst ','\'',$(subst ','\'',$(NO_EXPAT)))'\' >>$@
@echo USE_LIBPCRE=\''$(subst ','\'',$(subst ','\'',$(USE_LIBPCRE)))'\' >>$@
@echo NO_PERL=\''$(subst ','\'',$(subst ','\'',$(NO_PERL)))'\' >>$@
@echo NO_PYTHON=\''$(subst ','\'',$(subst ','\'',$(NO_PYTHON)))'\' >>$@