HomeSort by relevance Sort by last modified time
    Searched defs:SHELL (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /build/kati/testcase/
multiline_arg.mk 0 SHELL:=/bin/bash
shell_var.mk 1 $(info $(SHELL))
3 SHELL:=/bin/echo
5 $(info $(shell foo))
8 SHELL=$(echo)
10 $(info $(shell bar))
shell_var_with_args.mk 5 SHELL := PS4="cmd: " /bin/bash $${FOO}
6 $(info $(shell echo foo))
  /ndk/
ndk-gdb.cmd 4 set SHELL=cmd
  /external/bzip2/
Makefile 15 SHELL=/bin/sh
  /external/iproute2/doc/
Makefile 12 SHELL=bash
16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
69 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
70 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
  /external/owasp/sanitizer/
Makefile 36 SHELL=/bin/bash
  /hardware/invensense/6515/libsensors_iio/software/build/android/
shared.mk 0 SHELL=/bin/bash
common.mk 2 SHELL = /bin/bash
8 #--yd BUILD_ANDROID_JELLYBEAN = $(shell test -d $(ANDROID_ROOT)/frameworks/native && echo 1)
12 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
shared.mk 0 SHELL=/bin/bash
common.mk 2 SHELL = /bin/bash
8 BUILD_ANDROID_JELLYBEAN = $(shell test -d $(ANDROID_ROOT)/frameworks/native && echo 1)
  /system/core/adb/
adb_trace.h 40 SHELL
  /hardware/ti/omap4-aah/domx/make/
start.mk 58 SHELL := $(CONFIG_SHELL)
60 # Current version of gmake (3.79.1) cannot run windows shell's internal commands
65 ifneq ($(SHELL),$(CONFIG_SHELL))
  /hardware/ti/omap4xxx/domx/make/
start.mk 58 SHELL := $(CONFIG_SHELL)
60 # Current version of gmake (3.79.1) cannot run windows shell's internal commands
65 ifneq ($(SHELL),$(CONFIG_SHELL))
  /external/bison/djgpp/
config.bat 25 Rem of the environment in stock DOS shell.
390 Rem Set SHELL to a sane default or some configure tests stop working
392 if not "%SHELL%" == "" goto HomeName
393 set SHELL=/bin/sh
394 if not "%SHELL%" == "/bin/sh" goto SmallEnv
395 echo No SHELL found in the environment, using default value
542 if "%SHELL%" == "/bin/sh" set SHELL=
  /build/core/
main.mk 4 SHELL := $(ANDROID_BUILD_SHELL)
6 # Use bash, not whatever shell somebody has installed as /bin/sh
9 SHELL := /bin/bash
41 ifneq (1,$(strip $(shell expr $(MAKE_VERSION) \>= 3.81)))
51 # This overrides the shell variable $PWD, which does not necessarily points to
53 PWD := $(shell pwd)
112 $(shell mkdir -p $(OUT_DIR) && touch $(OUT_DIR)/ninja_build)
117 $(shell rm -f $(OUT_DIR)/ninja_build)
123 $(shell mkdir -p $(OUT_DIR) && \
155 ifneq (a,$(shell mkdir -p $(OUT_DIR) ;
    [all...]
config.mk 9 SHELL := $(ANDROID_BUILD_SHELL)
11 # Use bash, not whatever shell somebody has installed as /bin/sh
14 SHELL := /bin/bash
129 $(if $(1),$(shell $(NORMALIZE_PATH) $(1)))
596 HOST_JDK_TOOLS_JAR:= $(shell $(BUILD_SYSTEM)/find-jdk-tools-jar.sh)
606 ifneq ($(filter 64-Bit, $(shell java -version 2>&1)),)
686 $(shell mkdir -p $(OUT_DIR) && \
    [all...]
  /external/libogg/win32/
Makefile 16 SHELL = /bin/sh
41 ACLOCAL = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoheader
68 AMTAR = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run tar
84 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
86 LIBTOOL = $(SHELL) $(top_builddir)/libtool
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
127 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
80 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9
95 AMTAR = ${SHELL} /opt/src/make/make-release/config/missing --run tar
97 AUTOCONF = ${SHELL} /opt/src/make/make-release/config/missing --run autoconf
98 AUTOHEADER = ${SHELL} /opt/src/make/make-release/config/missing --run autoheader
99 AUTOMAKE = ${SHELL} /opt/src/make/make-release/config/missing --run automake-1.9
121 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
132 MAKEINFO = ${SHELL} /opt/src/make/make-release/config/missing --run makeinfo
151 SHELL = /bin/s
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 50 # Shell used by make (some versions default to the login shell, which is bad)
51 SHELL= /bin/sh
74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
558 $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 50 # Shell used by make (some versions default to the login shell, which is bad)
51 SHELL= /bin/sh
74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
559 $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 50 # Shell used by make (some versions default to the login shell, which is bad)
51 SHELL= /bin/sh
74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
558 $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 50 # Shell used by make (some versions default to the login shell, which is bad)
51 SHELL= /bin/sh
74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
198 PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/python2.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/python2.7
559 $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
    [all...]
  /external/skia/third_party/yasm/config/android/
Makefile 449 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
501 ACLOCAL = ${SHELL} /tmp/yasm/config/missing --run aclocal-1.10
502 AMTAR = ${SHELL} /tmp/yasm/config/missing --run tar
504 AUTOCONF = ${SHELL} /tmp/yasm/config/missing --run autoconf
505 AUTOHEADER = ${SHELL} /tmp/yasm/config/missing --run autoheader
506 AUTOMAKE = ${SHELL} /tmp/yasm/config/missing --run automake-1.10
545 MAKEINFO = ${SHELL} /tmp/yasm/config/missing --run makeinfo
568 SHELL = /bin/sh
605 install_sh = $(SHELL) /tmp/yasm/config/install-sh
    [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile 449 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
501 ACLOCAL = ${SHELL} /tmp/yasm/config/missing --run aclocal-1.10
502 AMTAR = ${SHELL} /tmp/yasm/config/missing --run tar
504 AUTOCONF = ${SHELL} /tmp/yasm/config/missing --run autoconf
505 AUTOHEADER = ${SHELL} /tmp/yasm/config/missing --run autoheader
506 AUTOMAKE = ${SHELL} /tmp/yasm/config/missing --run automake-1.10
545 MAKEINFO = ${SHELL} /tmp/yasm/config/missing --run makeinfo
568 SHELL = /bin/sh
605 install_sh = $(SHELL) /tmp/yasm/config/install-sh
    [all...]

Completed in 961 milliseconds

1 2 3 4