summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-10 21:47:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-10 21:47:43 (GMT)
commit5f35dfef25e03ba394fc54d1ef75a4fde1c9ee12 (patch)
tree0635ffed199d9ddd8822a96c443d1b4a60b0d222
parent52f6eec3056a5c2f566510902c2f10ac2ffeddec (diff)
parent49a370d73a5d4de7674bca87db8efc134beb7255 (diff)
downloadgit-5f35dfef25e03ba394fc54d1ef75a4fde1c9ee12.zip
git-5f35dfef25e03ba394fc54d1ef75a4fde1c9ee12.tar.gz
git-5f35dfef25e03ba394fc54d1ef75a4fde1c9ee12.tar.bz2
Merge branch 'jc/comment-cygwin-win32api-in-makefile'
* jc/comment-cygwin-win32api-in-makefile: Makefile: add comment on CYGWIN_V15_WIN32API
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21eeef4..029bf39 100644
--- a/Makefile
+++ b/Makefile
@@ -281,6 +281,10 @@ all::
#
# Define NO_REGEX if you have no or inferior regex support in your C library.
#
+# Define CYGWIN_V15_WIN32API if you are using Cygwin v1.7.x but are not
+# using the current w32api packages. The recommended approach, however,
+# is to update your installation if compilation errors occur.
+#
# Define HAVE_DEV_TTY if your system can open /dev/tty to interact with the
# user.
#