Home
last modified time | relevance | path

Searched refs:OSTYPE (Results 1 – 5 of 5) sorted by relevance

/external/smali/scripts/
Dbaksmali78 if [ "$OSTYPE" = "cygwin" ]; then
Dsmali78 if [ "$OSTYPE" = "cygwin" ]; then
/external/conscrypt/
Dupdate_prebuilts.sh17 if [[ $OSTYPE != *linux* ]]; then \
/external/pcre/dist/
DCMakeLists.txt839 IF("$ENV{OSTYPE}" STREQUAL "msys")
846 ENDIF("$ENV{OSTYPE}" STREQUAL "msys")
/external/curl/docs/
DINSTALL683 sure that the var OSTYPE contains the string 'linux'; set the var
694 a 'set | grep OSTYPE' shows the var present and set; I simply overwrote it
695 with 'OSTYPE=linux-rh9-gnu' and the detection in the Makefile worked...