Home
last modified time | relevance | path

Searched refs:SHELL (Results 1 – 25 of 73) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL3 $description = "Test proper handling of SHELL.";
5 # Find the default value when SHELL is not set. On UNIX it will be /bin/sh,
8 delete $ENV{SHELL};
9 $mshell = `echo 'all:;\@echo \$(SHELL)' | $make_path -f-`;
12 # According to POSIX, the value of SHELL in the environment has no impact on
16 $extraENV{SHELL} = '/dev/null';
17 run_make_test('all:;@echo "$(SHELL)"', '', $mshell);
19 # According to POSIX, any value of SHELL set in the makefile should _NOT_ be
20 # exported to the subshell! I wanted to set SHELL to be $^X (perl) in the
21 # makefile, but make runs $(SHELL) -c 'commandline' and that doesn't work at
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dxemacs.inp18 SHELL = @SHELL@
29 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
58 CONFIG_FILES=$@ $(SHELL) ./config.status
61 $(SHELL) ./config.status --recheck
Dxemacs.good18 "SHELL = @SHELL@"
29 "mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs"
58 " CONFIG_FILES=$@ $(SHELL) ./config.status"
61 " $(SHELL) ./config.status --recheck"
Dcv-vars.inp5 SHELL=bash
Dclasses.inp5 SHELL=bash
/ndk/sources/host-tools/make-3.81/w32/
DMakefile68 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/sh macro
[all …]
DMakefile.in68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
80 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
151 SHELL = @SHELL@
229 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/ndk/
Dndk-build.cmd6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd…
Dndk-gdb-py.cmd7 set SHELL=cmd variable
Dndk-build158 file -L "$SHELL" | grep -q "x86[_-]64"
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dquoting11 SHELL = /bin/sh
Dreinvoke44 SHELL = /bin/sh
Dvpathplus16 SHELL = /bin/sh
/ndk/sources/host-tools/make-3.81/
DREADME.DOS150 When the $SHELL variable points to a Unix-style shell, Make
159 If $SHELL points to a DOS-style shell, however, Make will not
196 2. "SHELL=/bin/sh" -- or is it?
198 Many Unix Makefiles include a line which sets the SHELL, for
205 mentioned in the SHELL= line (`/bin' in the above example), or
210 and .pl). If any such file is found, then $SHELL will be
214 ignored, leaving the value of $SHELL as it was before. Since a
219 Note that the above special handling of "SHELL=" only happens
220 for Makefiles; if you set $SHELL in the environment or on the
224 The default value of $SHELL is computed as on Unix (see the Make
[all …]
Dconfig.log342 ACLOCAL='${SHELL} /home/digit/sources/make-3.81/config/missing --run aclocal-1.9'
347 AMTAR='${SHELL} /home/digit/sources/make-3.81/config/missing --run tar'
350 AUTOCONF='${SHELL} /home/digit/sources/make-3.81/config/missing --run autoconf'
351 AUTOHEADER='${SHELL} /home/digit/sources/make-3.81/config/missing --run autoheader'
352 AUTOMAKE='${SHELL} /home/digit/sources/make-3.81/config/missing --run automake-1.9'
374 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
385 MAKEINFO='${SHELL} /home/digit/sources/make-3.81/config/missing --run makeinfo'
404 SHELL='/bin/sh'
DMakefile.ami174 SHELL = /bin/sh
189 $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(mandir)
219 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
DREADME.OS216 2. The shell specified by the SHELL variable within a Makefile. As on
17 Unix, SHELL is NOT taken from the environment.
37 cmd or by specifying SHELL=cmd in your Makefile.
DMakefile.DOS20 SHELL = /bin/sh
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in69 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
79 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
150 SHELL = @SHELL@
231 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/ndk/sources/host-tools/make-3.81/config/
DMakefile.in68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
134 SHELL = @SHELL@
213 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
/ndk/build/tools/toolchain-patches-host/mingw-w64/
Dmingw-w64-widl.patch65 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
66 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
/ndk/sources/host-tools/make-3.81/doc/
DMakefile.in69 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
149 SHELL = @SHELL@
227 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290 set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/make.texi`; \
/ndk/tests/standalone/
Drun.sh170 $SHELL "$@"
174 $SHELL "$@" >> $LOGFILE 2>&1
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-l24 SHELL = /bin/sh
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.in500 SHELL = @SHELL@
611 $(SHELL) ./config.status;; \
614 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
618 $(SHELL) ./config.status --recheck
633 cd $(top_builddir) && $(SHELL) ./config.status config.h
642 cd $(top_builddir) && $(SHELL) ./config.status $@

123