Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 68) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dorigin11 'environment' environment var without -e
12 'environment override' environment var with -e
18 # Set an environment variable
38 'undefined default environment default file command line override automatic
41 environment
48 # Reset an environment variable
Dshell14 # Test shells inside exported environment variables.
16 # the environment for a $(shell ...) call.
Dforeach16 # Set an environment variable that we can test in the makefile.
31 … "undefined file default file environment default file command line override automatic automatic
32 foo.o bletch.o null.o @.o garf.o .o .o undefined.o file.o default.o file.o environment.o default…
Deval114 # The trick here is that because EVAR is taken from the environment, it must
/ndk/sources/host-tools/make-3.81/
DREADME.OS215 1. The shell specified by the environment variable MAKESHELL.
17 Unix, SHELL is NOT taken from the environment.
18 3. The shell specified by the COMSPEC environment variable.
19 4. The shell specified by the OS2_SHELL environment variable.
26 - The UNIXROOT environment variable is supported to find /bin/sh
46 A standard Unix like build environment:
89 Recommended environment variables and installation options:
139 to do this but the testsuite ignores the environment. -DNO_CHDIR2 causes
Dconfigure.bat22 rem The SmallEnv trick protects against too small environment block,
24 rem goes awry. COMMAND.COM will say "Out of environment space", but
59 echo Your environment is too small. Please enlarge it and run me again.
Djob.h46 char **environment; /* Environment for commands. */ member
Djob.c881 if (child->environment != 0) in free_child()
883 register char **ep = child->environment; in free_child()
886 free ((char *) child->environment); in free_child()
1177 if (child->environment == 0) in start_job_command()
1178 child->environment = target_environment (child->file); in start_job_command()
1188 if (start_remote_job (argv, child->environment, in start_job_command()
1241 argv, child->environment); in start_job_command()
1279 argv, child->environment); in start_job_command()
1311 environ = child->environment; in start_job_command()
1330 proc_return = spawnvpe (P_WAIT, argv[0], argv, child->environment); in start_job_command()
[all …]
DNEWS125 SHELL environment variable given to programs invoked by make. As
127 it will be set in the environment, just as before.
254 environment. Unfortunately the values were not quoted properly to be
255 passed through the environment. This meant that make didn't properly
259 quoted properly for passing through the environment, which is the
475 * The `MAKEFLAGS' variable (in the environment or in a makefile) can now
478 variable definitions from the environment value of `MAKEFLAGS' or from
483 in the environment when its size is limited.
548 a modified environment like target commands are. As in versions before
549 3.68, they now run with the environment that `make' started with. We
[all …]
DREADME.DOS34 environment (requires Perl and auxiliary tools; see below).
56 environment), or the DJGPP port of GNU Tar.
220 for Makefiles; if you set $SHELL in the environment or on the
226 environment, $COMSPEC is used. Also, if an environment variable
229 environment *is* used to set the shell (since on MSDOS, it's
278 environment or in the Makefile.
DINSTALL75 details on some of the pertinent environment variables.
78 by setting variables in the command line or in the environment. Here
178 `CONFIG_SITE' environment variable to the location of the site script.
185 environment passed to `configure'. However, some packages may run
DABOUT-NLS93 together with the package. However, the environment variable `LINGUAS'
102 only have to set the `LANG' environment variable to the appropriate
126 This is done through a different environment variable, called
141 In the `LANGUAGE' environment variable, but not in the `LANG'
142 environment variable, `LL_CC' combinations can be abbreviated as `LL'
DREADME.W3237 correct PATH and other environment variables for it, then execute ...
48 correct PATH and other environment variables for it (usually via
171 on Windows NT). All tests pass in an environment that includes
Dacinclude.m476 dnl $3 = environment to update (e.g., $LIBS)
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKELEVEL5 prints the environment variable MAKELEVEL";
DSHELL12 # According to POSIX, the value of SHELL in the environment has no impact on
/ndk/build/core/
Dinit.mk159 $(call __ndk_info,Please define HOST_OS in your environment.)
165 $(call ndk_log,Host OS from environment: $(HOST_OS))
244 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL75 details on some of the pertinent environment variables.
78 by setting variables in the command line or in the environment. Here
178 `CONFIG_SITE' environment variable to the location of the site script.
185 environment passed to `configure'. However, some packages may run
DBUGS130 in shell scripts, you can set the LC_ALL environment variable to `C',
132 environment variables.
DABOUT-NLS94 together with the package. However, the environment variable `LINGUAS'
103 only have to set the `LANG' environment variable to the appropriate
127 This is done through a different environment variable, called
142 In the `LANGUAGE' environment variable, but not in the `LANG'
143 environment variable, `LL_CC' combinations can be abbreviated as `LL'
/ndk/sources/cxx-stl/llvm-libc++/android/
DREADME55 Use the NDK_TOOLCHAIN_VERSION environment variable to switch to a
/ndk/sources/host-tools/make-3.81/tests/
DNEWS46 Work around a bug in perl 5.004 which doesn't clean the environment
100 Fixed bugs (like dependencies on environment variables).
/ndk/sources/host-tools/make-3.81/config/
Dpo.m4153 # environment variable.
213 # - LINGUAS is the value of the environment variable LINGUAS at configure
355 # environment variable.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dpo.m4163 # environment variable.
223 # - LINGUAS is the value of the environment variable LINGUAS at configure
365 # environment variable.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1114 * MAKEFILES Variable:: The environment can specify extra makefiles.
214 * Environment:: Variable values can come from the environment.
821 * MAKEFILES Variable:: The environment can specify extra makefiles.
1014 If the environment variable `MAKEFILES' is defined, `make' considers
1024 usually is not desirable to set the environment variable before a
1031 Some users are tempted to set `MAKEFILES' in the environment
1743 simulated by setting the environment variable HOME.
3209 environment. This is because the `SHELL' environment variable is used
3216 _not_ exported in the environment to commands that `make' invokes.
3217 Instead, the value inherited from the user's environment, if any, is
[all …]

123