diff options
author | Mats Wichmann <mats@linux.com> | 2021-04-19 16:12:19 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-04-25 17:17:37 (GMT) |
commit | 6624c057abbd9f29cf296e4a53ef4021c9b64df4 (patch) | |
tree | f31f6eff7b398e6e067d5f4da19582efdfc82cf8 /SCons/Environment.xml | |
parent | 83b9b9dab10922224d64b84cc1d6c70429e93f3c (diff) | |
download | SCons-6624c057abbd9f29cf296e4a53ef4021c9b64df4.zip SCons-6624c057abbd9f29cf296e4a53ef4021c9b64df4.tar.gz SCons-6624c057abbd9f29cf296e4a53ef4021c9b64df4.tar.bz2 |
Tweaking of Action Objects docu, update Mkdir()
Mostly it's just fiddling; did add a pointer to information
on Chmod() on Windows, and that Mkdir() makes intermediate
dirs and takes a list as well as a string.
While resolving some doc questions, found the function used
by Makedir() could be simplified by passing exist_ok=True to
os.makedirs().
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Environment.xml')
-rw-r--r-- | SCons/Environment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml index 945ed9c..27e7302 100644 --- a/SCons/Environment.xml +++ b/SCons/Environment.xml @@ -258,7 +258,7 @@ a subclass of the SCons.CacheDir.CacheDir class. <scons_function name="Action"> <arguments> -(action, [cmd/str/fun, [var, ...]] [option=value, ...]) +(action, [output, [var, ...]] [key=value, ...]) </arguments> <summary> <para> |