Home
last modified time | relevance | path

Searched refs:DARWIN_MINOR_VERSION (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/
DMakefile289 DARWIN_MINOR_VERSION = $(shell sw_vers -productVersion | cut -f 2 -d '.') macro
292 $(DARWIN_MINOR_VERSION) -le $(2) ] ; then echo "$(3)"; else echo "$(4)"; fi ;)