Home | History | Annotate | Download | only in core

Lines Matching defs:SHELL

4 SHELL := $(ANDROID_BUILD_SHELL)
6 # Use bash, not whatever shell somebody has installed as /bin/sh
9 SHELL := /bin/bash
15 ifeq ($(shell uname),Darwin)
30 # This overrides the shell variable $PWD, which does not necessarily points to
32 PWD := $(shell pwd)
66 $(shell mkdir -p $(OUT_DIR) && \
87 $(shell mkdir -p $(EMPTY_DIRECTORY) && rm -rf $(EMPTY_DIRECTORY)/*)
406 # We've probably been invoked by the "mm" shell function
782 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not link against $(call link-type-name,$(2)) ($(3))"))
788 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) can not link against $(call link-type-name,$(2)) ($(3))"))\
798 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name-variant,$(1)) missing $(call link-type-name-variant,$(2))"))\