Searched refs:HOST_OS (Results 1 – 9 of 9) sorted by relevance
42 HOST_OS:= ${.MAKE.OS}43 .elif !defined(HOST_OS)44 HOST_OS!= uname57 HOME=/ ${BMAKE_SRC}/boot-strap -o ${HOST_OS} ${BOOTSTRAP_ARGS} ${BOOTSTRAP_XTRAS}84 .if ${HOST_OS:NFreeBSD} == ""94 @(${ECHO_TAG} '/* $$${HOST_OS}$$ */'; cat ${HOST_OS}/$f) > ${.CURDIR}/$f103 ${MAKEFILE_SED} ${HOST_OS}/$f ) > ${.CURDIR}/$f
45 HOST_OS := ${_HOST_OSNAME}
51 HOST_OS := ${_HOST_OSNAME}
14 .MAKE.OS ?= ${HOST_OS}
153 Is used to set macros like ``HOST_TARGET``, ``HOST_OS`` and156 the equivalent of ``HOST_OS``.
2468 ${HOST_OS}.${HOST_OSMAJOR} too!
154 HOST_OS = POSIX macro382 HOST_OS = MSYS macro389 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
234 @echo "HOST_OS='${HOST_OS}'" >> ${ENV_FILE}
1764 enum HOST_OS { in process_head_file() enum