OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNAME
(Results
1 - 10
of
10
) sorted by null
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Makefile
0
UNAME
:= $(shell
uname
-s)
3
ifeq ($(
UNAME
),Darwin)
/external/llvm/examples/Kaleidoscope/Orc/initial/
Makefile
0
UNAME
:= $(shell
uname
-s)
3
ifeq ($(
UNAME
),Darwin)
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Makefile
0
UNAME
:= $(shell
uname
-s)
3
ifeq ($(
UNAME
),Darwin)
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Makefile
0
UNAME
:= $(shell
uname
-s)
3
ifeq ($(
UNAME
),Darwin)
/build/tools/
dump-package-stats
58
UNAME
=`
uname
`
59
if [ "x$
UNAME
" = "xDarwin" ]
62
elif [ "x$
UNAME
" = "xLinux" ]
66
fail "Unknown
uname
$
UNAME
"
/prebuilts/ninja/darwin-x86/
build-common.sh
25
UNAME
="$(
uname
)"
26
case "$
UNAME
" in
42
if [[ "$
UNAME
" == CYGWIN_NT-* ]]; then
/prebuilts/ninja/linux-x86/
build-common.sh
25
UNAME
="$(
uname
)"
26
case "$
UNAME
" in
42
if [[ "$
UNAME
" == CYGWIN_NT-* ]]; then
/external/sonic/
Makefile
9
UNAME
:= $(shell
uname
)
10
ifeq ($(
UNAME
), Darwin)
/ndk/build/core/
init.mk
158
# For other systems, use the `
uname
` output
159
UNAME
:= $(shell
uname
-s)
160
ifneq (,$(findstring Linux,$(
UNAME
)))
163
ifneq (,$(findstring Darwin,$(
UNAME
)))
167
ifneq (,$(findstring CYGWIN,$(
UNAME
)))
171
$(call __ndk_info,Unable to determine HOST_OS from
uname
-s: $(
UNAME
))
192
# Instead, we assume that a program named /bin/
uname
.exe
199
ifneq (,$(strip $(wildcard /bin/
uname
.exe))
[
all
...]
/build/core/
envsetup.mk
44
UNAME
:= $(shell
uname
-sm)
47
ifneq (,$(findstring Linux,$(
UNAME
)))
50
ifneq (,$(findstring Darwin,$(
UNAME
)))
53
ifneq (,$(findstring Macintosh,$(
UNAME
)))
71
$(error Unable to determine HOST_OS from
uname
-sm: $(
UNAME
)!)
75
ifneq (,$(findstring x86_64,$(
UNAME
)))
80
ifneq (,$(findstring x86,$(
UNAME
)))
81
$(error Building on a 32-bit x86 host is not supported: $(
UNAME
)!)
[
all
...]
Completed in 621 milliseconds