Home | History | Annotate | Download | only in core

Lines Matching full:shell

4 SHELL := $(ANDROID_BUILD_SHELL)
6 # Use bash, not whatever shell somebody has installed as /bin/sh
9 SHELL := /bin/bash
34 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81))
38 $(warning * see file://$(shell pwd)/docs/development-environment/machine-setup.html)
72 ifneq (a,$(shell mkdir -p $(OUT_DIR) ; \
87 ifneq ($(words $(shell pwd)),1)
92 $(warning "$(shell pwd)")
105 java_version := $(shell java -version 2>&1 | head -n 1 | grep '[ "]1\.5[\. "$$]')
111 $(info Your version is: $(shell java -version 2>&1 | head -n 1).)
121 javac_version := $(shell javac -version 2>&1 | head -n 1 | grep '[ "]1\.5[\. "$$]')
127 $(info Your version is: $(shell javac -version 2>&1 | head -n 1).)
138 $(shell echo 'VERSIONS_CHECKED := $(VERSION_CHECK_SEQUENCE_NUMBER)' \
400 ifneq (,$(shell which javac 2>/dev/null))
462 # We've probably been invoked by the "mm" shell function
486 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk)