Lines Matching refs:CYGWIN
83 CYGWIN*|*_NT-*) HOST_OS=cygwin;;
139 # Note: we intentionally do not provide prebuilt make binaries for Cygwin
146 echo "ERROR: Cannot find 'make' program. Please install Cygwin make package"
156 # On Windows, when running under cygwin, check that we are
157 # invoking a cygwin-compatible GNU Make binary. It is unfortunately
158 # common for app developers to have another non cygwin-compatible
161 if [ "$OSTYPE" = "cygwin" ] ; then
164 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
166 echo "ERROR: You are using a non-Cygwin compatible Make program."
171 echo "1. Ensure that the Cygwin 'make' package is installed."
182 log "Cygwin-compatible GNU make detected"