Lines Matching refs:UNAME
53 UNAME = uname
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) -r)
96 PROC_ARCH:=$(shell $(UNAME) -m)
106 OS_VERSION := $(shell $(UNAME) -r)
109 OS_VERSION := $(shell $(UNAME) -s | $(CUT) -d'-' -f2)