From: Erik Faye-Lund Date: Fri, 15 Jan 2010 20:12:15 +0000 (+0100) Subject: Windows: disable Python X-Git-Tag: v1.7.0-rc0~86^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=56932249cf7d327115eae608d550e3a8cca4ea06;p=git.git Windows: disable Python Python is not commonly installed on Windows machines, so we should disable it there by default. Signed-off-by: Erik Faye-Lund Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 57045dee8..693355566 100644 --- a/Makefile +++ b/Makefile @@ -995,6 +995,7 @@ ifeq ($(uname_S),Windows) OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo NO_REGEX = YesPlease NO_CURL = YesPlease + NO_PYTHON = YesPlease NO_PTHREADS = YesPlease BLK_SHA1 = YesPlease @@ -1045,6 +1046,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) UNRELIABLE_FSTAT = UnfortunatelyYes OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo NO_REGEX = YesPlease + NO_PYTHON = YesPlease BLK_SHA1 = YesPlease COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/fnmatch COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"