mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
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>
This commit is contained in:
parent
9fca6cffc0
commit
49a370d73a
4
Makefile
4
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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user