OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_vers
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit2/
Makefile
3
OSX_VERSION ?= $(shell
sw_vers
-productVersion | cut -d. -f 2)
/external/webkit/Tools/MiniBrowser/
Makefile
3
OSX_VERSION ?= $(shell
sw_vers
-productVersion | cut -d. -f 2)
/external/webkit/Tools/TestWebKitAPI/
Makefile
3
OSX_VERSION ?= $(shell
sw_vers
-productVersion | cut -d. -f 2)
/external/webkit/Tools/WebKitTestRunner/
Makefile
3
OSX_VERSION ?= $(shell
sw_vers
-productVersion | cut -d. -f 2)
/external/chromium/chrome/browser/ui/cocoa/
install.sh
100
OS_VERSION=$(
sw_vers
-productVersion)
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile
34
OSX_VERSION = $(shell
sw_vers
-productVersion | cut -d. -f 2)
/build/core/combo/
HOST_darwin-x86.mk
37
build_mac_version := $(shell
sw_vers
-productVersion)
/external/llvm/utils/buildit/
GNUmakefile
77
export MACOSX_DEPLOYMENT_TARGET=`
sw_vers
-productVersion`; \
/external/compiler-rt/make/platform/
clang_darwin.mk
86
ifneq ($(shell which
sw_vers
),)
87
ifneq ($(shell
sw_vers
-productVersion | grep 10.6),)
/ndk/build/tools/
build-mingw64-toolchain.sh
260
osx_version=`
sw_vers
-productVersion`
Completed in 300 milliseconds