Makefile: add comment on CYGWIN_V15_WIN32API
commit49a370d73a5d4de7674bca87db8efc134beb7255
authorMark Levedahl <mlevedahl@gmail.com>
Sun, 6 Jan 2013 19:56:33 +0000 (6 11:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jan 2013 21:36:46 +0000 (6 13:36 -0800)
treea1ef14a3a1054fd76ac04cb6d32c311ffc5b1aaf
parent9fca6cffc05321445b59c91e8f8d308f41588b53
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>
Makefile