Lines Matching full:windows
70 # On all modern variants of Windows (including Cygwin and Wine)
76 HOST_OS := windows
88 HOST_OS := windows
103 ifeq ($(HOST_OS),windows)
108 else # HOST_OS != windows
121 endif # HOST_OS != windows
132 # For now always use ":" since Windows is Cygwin
133 #ifeq ($(HOST_OS),windows)
137 # If we are on Windows, we need to check that we are not running
141 ifeq ($(HOST_TAG),windows-x86)
151 HOST_TAG := windows
178 # On windows, define the 'cygwin-to-host-path' function here depending on the
204 ifeq ($(HOST_OS),windows)
223 WINDOWS_HOST_PATH_FRAGMENT := $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
226 $(eval $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))
231 endif # HOST_OS == windows