Searched refs:OSTYPE (Results 1 – 5 of 5) sorted by relevance
78 if [ "$OSTYPE" = "cygwin" ]; then
17 if [[ $OSTYPE != *linux* ]]; then \
839 IF("$ENV{OSTYPE}" STREQUAL "msys")846 ENDIF("$ENV{OSTYPE}" STREQUAL "msys")
683 sure that the var OSTYPE contains the string 'linux'; set the var694 a 'set | grep OSTYPE' shows the var present and set; I simply overwrote it695 with 'OSTYPE=linux-rh9-gnu' and the detection in the Makefile worked...