Searched refs:SHELL (Results 1 – 25 of 71) sorted by relevance
123
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | SHELL | 3 $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/ |
D | xemacs.good | 18 "SHELL = @SHELL@" 29 "mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs" 58 " CONFIG_FILES=$@ $(SHELL) ./config.status" 61 " $(SHELL) ./config.status --recheck"
|
D | xemacs.inp | 18 SHELL = @SHELL@ 29 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 58 CONFIG_FILES=$@ $(SHELL) ./config.status 61 $(SHELL) ./config.status --recheck
|
D | cv-vars.inp | 5 SHELL=bash
|
D | classes.inp | 5 SHELL=bash
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | 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/sh macro [all …]
|
D | Makefile.in | 68 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/sources/host-tools/make-3.81/ |
D | README.DOS | 150 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 …]
|
D | config.log | 342 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'
|
D | Makefile.ami | 174 SHELL = /bin/sh 189 $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(mandir) 219 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
|
D | README.OS2 | 16 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.
|
D | configure | 209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 211 CONFIG_SHELL=$SHELL as_have_required=yes 244 SHELL=${CONFIG_SHELL-/bin/sh} 245 export SHELL 2350 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 2351 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 2352 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2599 SHELL = /bin/sh 3714 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ [all …]
|
D | Makefile.DOS | 20 SHELL = /bin/sh
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 69 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/ |
D | Makefile.in | 68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 134 SHELL = @SHELL@ 213 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 69 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/ |
D | run.sh | 168 $SHELL "$@" 172 $SHELL "$@" >> $LOGFILE 2>&1
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | quoting | 11 SHELL = /bin/sh
|
D | reinvoke | 44 SHELL = /bin/sh
|
D | vpathplus | 16 SHELL = /bin/sh
|
/ndk/ |
D | ndk-build.cmd | 17 %NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %*
|
D | ndk-build | 112 file -L "$SHELL" | grep -q "x86[_-]64"
|
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0011-re-configure-d.patch | 121 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 122 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 123 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 127 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 128 + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 137 + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 140 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 141 + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 172 + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 173 + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | Makefile.in | 500 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 $@
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 24 SHELL = /bin/sh
|
123