Searched refs:SHELL (Results 1 – 25 of 58) 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/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/ |
D | ndk-gdb-py.cmd | 7 set SHELL=cmd variable
|
D | ndk-build.cmd | 6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd…
|
D | ndk-build | 158 file -L "$SHELL" | grep -q "x86[_-]64"
|
/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/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 | Makefile.DOS | 20 SHELL = /bin/sh
|
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.in | 83 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 114 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
D | aclocal.m4 | 69 # MISSING="\${SHELL} $am_aux_dir/missing" 97 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 218 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 625 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 626 # Use eval to expand $SHELL 833 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
/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/build/tools/toolchain-patches-host/mingw-w64/ |
D | mingw-w64-widl.patch | 65 $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/ |
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 | 170 $SHELL "$@" 174 $SHELL "$@" >> $LOGFILE 2>&1
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 24 SHELL = /bin/sh
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makefile.in.in | 16 SHELL = /bin/sh 32 mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) 360 $(SHELL) ./config.status
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 142 * scripts/variables/SHELL: Use a /./ prefix instead of //: the 173 * tests/scripts/variables/SHELL: Ditto. 341 * scripts/variables/SHELL: New file: test proper handling of SHELL 816 * scripts/features/reinvoke: Put the SHELL definition in the right
|
123