summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-05-12 18:41:52 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-05-12 18:41:52 (GMT)
commit88eea7f204de3dd2ba524d33093f6970b996191a (patch)
tree64d779472295579ef2deb0884a900580a56effb3
parent791062ff1e9dbc95ecaba40d78617cfe9d6ad0c5 (diff)
downloadSCons-88eea7f204de3dd2ba524d33093f6970b996191a.zip
SCons-88eea7f204de3dd2ba524d33093f6970b996191a.tar.gz
SCons-88eea7f204de3dd2ba524d33093f6970b996191a.tar.bz2
[ci skip] slight change to description of SHELL_ENV_GENERATOR
-rwxr-xr-xCHANGES.txt4
-rwxr-xr-xRELEASE.txt4
-rw-r--r--SCons/Action.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1e133e1..e592ff2 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -81,8 +81,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
Now setting NINJA_DEPFILE_PARSE_FORMAT to [msvc,gcc,clang] can force the ninja expected
format. Compiler tools will also configure the variable automatically.
- Added SHELL_ENV_GENERATOR construction variables. This variable allows the user to Define
- a function which will be called to obtain an environment which will be used in the shell
- command of some Action.
+ a function which will be called to generate or alter the execution environment which will
+ be used in the shell command of some Action.
- Updated ninja scons daemon scripts to output errors to stderr as well as the daemon log.
- Fix typo in ninja scons daemon startup which causes ConnectionRefusedError to not retry
to connect to the server during start up.
diff --git a/RELEASE.txt b/RELEASE.txt
index 9ae5c57..a6ffbee 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -17,8 +17,8 @@ NEW FUNCTIONALITY
- Added MSVC_USE_SCRIPT_ARGS variable to pass arguments to MSVC_USE_SCRIPT.
- Added Configure.CheckMember() checker to check if struct/class has the specified member.
- Added SHELL_ENV_GENERATOR construction variables. This variable allows the user to Define
- a function which will be called to obtain an environment which will be used in the shell
- command of some Action.
+ a function which will be called to generate or alter the execution environment which will
+ be used in the shell command of some Action.
DEPRECATED FUNCTIONALITY
diff --git a/SCons/Action.xml b/SCons/Action.xml
index ee24a68..2c18d55 100644
--- a/SCons/Action.xml
+++ b/SCons/Action.xml
@@ -203,7 +203,7 @@ in which the command should be executed.
<cvar name="SHELL_ENV_GENERATOR">
<summary>
<para>
-A function to obtain the environment dictionary which will be used
+A function to generate or alter the environment dictionary which will be used
when executing the &cv-link-SPAWN; function. This primarily give the
user a chance to customize the execution environment for particular Actions.
It must return a dictionary containing the environment variables as