Searched defs:UNAME (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile17 UNAME = uname macro
28 archExpr = case "`$(UNAME) -p`" in \
36 $(UNAME) -p \
55 archExpr = case "`$(UNAME) -m`" in \
63 $(UNAME) -m \
/openjdk7/jdk/test/
H A DMakefile53 UNAME = uname macro
59 UNAME_S := $(shell $(UNAME) -s)
70 OS_ARCH := $(shell $(UNAME) -p)
71 OS_VERSION := $(shell $(UNAME) -r)
75 OS_ARCH := $(shell $(UNAME) -m)
78 OS_ARCH := $(shell $(UNAME) -p)
80 OS_VERSION := $(shell $(UNAME) -r)
84 OS_ARCH := $(shell $(UNAME) -m)
87 OS_ARCH := $(shell $(UNAME) -p)
89 OS_VERSION := $(shell $(UNAME)
[all...]

Completed in 30 milliseconds