aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Levedahl <mlevedahl@gmail.com>2013-01-06 11:56:33 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-06 13:36:46 -0800
commit49a370d73a5d4de7674bca87db8efc134beb7255 (patch)
treea1ef14a3a1054fd76ac04cb6d32c311ffc5b1aaf /Makefile
parent9fca6cffc05321445b59c91e8f8d308f41588b53 (diff)
downloadgit-49a370d73a5d4de7674bca87db8efc134beb7255.tar.gz
git-49a370d73a5d4de7674bca87db8efc134beb7255.tar.xz
Makefile: add comment on CYGWIN_V15_WIN32API
There is no documented, reliable, and future-proof method to determine the installed w32api version on Cygwin. There are many things that can be done that will work frequently, except when they won't. The only sane thing is to follow the guidance of the Cygwin developers: the only supported configuration is that which the current setup.exe produces, and in the case of problems, if the installation is not up to date then updating is the first required action. Signed-off-by: Mark Levedahl <mlevedahl@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d47af5d6..52e298a73 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.
#