summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-14 15:34:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-14 15:34:37 (GMT)
commitf2f5449379efca7635cbcc65aab3d82ac29897aa (patch)
tree020be9fecf4eb4f6f906bcc4b4b26a7280842365 /Makefile
parentf0c103b49cc5957de5c332d0ca9915fdb96a26cf (diff)
parent49a370d73a5d4de7674bca87db8efc134beb7255 (diff)
downloadgit-f2f5449379efca7635cbcc65aab3d82ac29897aa.zip
git-f2f5449379efca7635cbcc65aab3d82ac29897aa.tar.gz
git-f2f5449379efca7635cbcc65aab3d82ac29897aa.tar.bz2
Merge branch 'jc/comment-cygwin-win32api-in-makefile' into maint
* jc/comment-cygwin-win32api-in-makefile: Makefile: add comment on CYGWIN_V15_WIN32API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3030e1a..05d241b 100644
--- a/Makefile
+++ b/Makefile
@@ -273,6 +273,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.
#