platform/unix/Makefile patch for Cygwin

Tony Garnock-Jones tonyg at lshift.net
Thu Mar 31 09:19:06 PST 2005


Lyndon Tremblay wrote:
> A clean CVS checkout builds almost clean in Cygwin.

"uname -o" doesn't work on MacOS X. Would an acceptable alternative to

  ifeq ($(shell uname -o),Cygwin)

be

  ifeq ($(shell uname -s),CYGWIN_NT-5.1)

?

Tony
-- 
 [][][] Tony Garnock-Jones     | Mob: +44 (0)7905 974 211
   [][] LShift Ltd             | Tel: +44 (0)20 7729 7060
 []  [] http://www.lshift.net/ | Email: tonyg at lshift.net




More information about the Slate mailing list