Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Windows: disable Python
author
Erik Faye-Lund
<kusmabite@googlemail.com>
Fri, 15 Jan 2010 20:12:15 +0000
(21:12 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 17 Jan 2010 00:43:49 +0000
(16:43 -0800)
Python is not commonly installed on Windows machines, so
we should disable it there by default.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
1f73566
)
diff --git
a/Makefile
b/Makefile
index 57045dee8903be3bada4ed756cf0aa8052a2e83e..69335556602e7093a73cc77529f8219e4eb0c01c 100644
(file)
--- 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\"