OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNAME
(Results
1 - 13
of
13
) 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
"
/build/core/combo/
HOST_windows-x86_64.mk
26
ifneq ($(findstring Linux,$(
UNAME
)),)
61
ifneq ($(findstring CYGWIN,$(
UNAME
)),)
HOST_windows-x86.mk
26
ifneq ($(findstring Linux,$(
UNAME
)),)
69
ifneq ($(findstring CYGWIN,$(
UNAME
)),)
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
ssvnc_cmd
21
# You can also set the env. var.
UNAME
=os.arch to any "os.arch" you want
118
uname
=`
uname
`
119
if [ "X$
uname
" = "XDarwin" ]; then
136
name=$
UNAME
138
name=`
uname
-sm | sed -e 's/ /./g' -e 's,/.*,,' -e 's/Linux\.i.86/Linux.i686/'`
142
if
uname
-sr | egrep 'SunOS 5\.[5-8]' > /dev/null; then
180
echo "Cannot find platform dir for your OS `
uname
-sm`:"
201
echo "You can set the \$
UNAME
env. var. to override the OS setting."
/external/sonic/
Makefile
9
UNAME
:= $(shell
uname
)
10
ifeq ($(
UNAME
), Darwin)
/build/core/
envsetup.mk
44
UNAME
:= $(shell
uname
-sm)
47
ifneq (,$(findstring Linux,$(
UNAME
)))
50
ifneq (,$(findstring Darwin,$(
UNAME
)))
53
ifneq (,$(findstring Macintosh,$(
UNAME
)))
56
ifneq (,$(findstring CYGWIN,$(
UNAME
)))
72
$(error Unable to determine HOST_OS from
uname
-sm: $(
UNAME
)!)
76
ifneq (,$(findstring x86_64,$(
UNAME
)))
81
ifneq (,$(findstring x86,$(
UNAME
)))
[
all
...]
main.mk
42
ifeq (,$(findstring CYGWIN,$(shell
uname
-sm)))
447
ifeq ($(findstring Linux,$(
UNAME
)),)
[
all
...]
/ndk/build/core/
init.mk
145
# For other systems, use the `
uname
` output
146
UNAME
:= $(shell
uname
-s)
147
ifneq (,$(findstring Linux,$(
UNAME
)))
150
ifneq (,$(findstring Darwin,$(
UNAME
)))
154
ifneq (,$(findstring CYGWIN,$(
UNAME
)))
158
$(call __ndk_info,Unable to determine HOST_OS from
uname
-s: $(
UNAME
))
179
# Instead, we assume that a program named /bin/
uname
.exe
186
ifneq (,$(strip $(wildcard /bin/
uname
.exe))
[
all
...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
build.unix
58
name=$
UNAME
60
name=`
uname
-sm | sed -e 's/ /./g' -e 's/Linux\.i.86/Linux.i686/'`
64
echo "set \$
UNAME
manually and retry."
69
if [ `
uname
` = "Darwin" ]; then
118
if [ `
uname
` = "Darwin" ]; then
194
if [ `
uname
` = "SunOS" ]; then
197
elif
uname
| grep -i bsd > /dev/null; then
276
if [ `
uname
` = "SunOS" ]; then
307
if [ `
uname
` = "Darwin" ]; then
388
if [ `
uname
` = "SunOS" ]; the
[
all
...]
Completed in 1601 milliseconds