Searched refs:OSTYPE (Results 1 – 13 of 13) sorted by relevance
25 ifdef OSTYPE26 ifneq ($(findstring ${OSTYPE}, cygwin),)29 ifneq ($(findstring ${OSTYPE}, MINGW32 mingw msys),)39 OSTYPE ?= msys
9 if [[ "$OSTYPE" == "linux-gnu" ]]; then11 elif [[ "$OSTYPE" == "darwin"* ]]; then13 elif [[ "$OSTYPE" == "freebsd"* ]]; then
26 if [[ "$OSTYPE" == "msys" ]]; then33 if [[ "$OSTYPE" == "msys" ]]; then49 if [[ "$OSTYPE" == "msys" ]]; then
126 [ -z "${OSTYPE}" ] || {127 echo "${OSTYPE}-unknown"
26 if [ "$OSTYPE" != "msys" ]
78 if [ "$OSTYPE" = "cygwin" ]; then
74 if [ "$OSTYPE" = "cygwin" ]; then
28 if [ "$OSTYPE" != "msys" ]
25 if [[ "${OSTYPE}" == "darwin"* ]]; then
215 cmd = "size $$($$OSTYPE == 'linux-gnu' ? '--format=GNU -d' : '') $(SRCS) > $@",
869 IF("$ENV{OSTYPE}" STREQUAL "msys")876 ENDIF("$ENV{OSTYPE}" STREQUAL "msys")
387 sure that the var `OSTYPE` contains the string 'linux'; set the var