Lines Matching full:os
90 # Allow override of operating system detection. The user can add OS=Linux or
91 # OS=Windows on the command line to explicit set the host OS.
94 ifdef OS
95 ifeq ($(strip $(OS)), Linux)
98 ifeq ($(strip $(OS)), Windows)
106 os := Windows
109 os := Windows
112 os ?= Windows
115 os := Windows
119 os := Linux
143 ifeq ($(os),Windows)
150 ifeq ($(os),Windows)
371 ifeq ($(os),Windows)
404 ifeq ($(os),Windows)
415 ifeq ($(os),Windows)
426 ifeq ($(os),Windows)
478 .SECONDARY: info-os
479 info-os:
480 @echo $(MSG_INFO)$(os) build host detected