Home
last modified time | relevance | path

Searched refs:OSTYPE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/
H A DMakefile12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]') macro
13 ifeq ($(findstring os/390,$OSTYPE),os/390)
14 OSTYPE ?= os390 macro
69 ifeq ($(OSTYPE), darwin)
368 ifeq ($(OSTYPE),aix)
371 ifeq ($(OSTYPE),os400)
1078 ifneq ($(OSTYPE),darwin)
1079 $(warning Invalid OSTYPE)
1080 $(error OSTYPE should be `darwin` currently is $(OSTYPE))
[all...]
/third_party/mbedtls/tests/scripts/
H A Dall.sh4821 [[ "$HOSTTYPE" == "x86_64" && "$OSTYPE" == "linux-gnu" ]] &&
6456 case $OSTYPE in

Completed in 11 milliseconds