diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-25 12:32:29 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-25 12:32:29 (GMT) |
commit | 04e36a29829d2fde6fe82af08bd1b5259ed7a7b9 (patch) | |
tree | b1423cd6efc18970da4db42fa9bce6ba382b4664 /doc | |
parent | 402a730430c98f08a29a09a9a9b569bed36e0a4c (diff) | |
download | SCons-04e36a29829d2fde6fe82af08bd1b5259ed7a7b9.zip SCons-04e36a29829d2fde6fe82af08bd1b5259ed7a7b9.tar.gz SCons-04e36a29829d2fde6fe82af08bd1b5259ed7a7b9.tar.bz2 |
Restore the ability for _stripixes() to call a custom _concat() function in the construction environment.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 262f670..d726e9f 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -3863,7 +3863,8 @@ This may or may not be set, depending on the specific C compiler being used. .IP _concat -A function used to produce variables like $_CPPINCFLAGS. It takes five +A function used to produce variables like $_CPPINCFLAGS. It takes +four or five arguments: a prefix to concatenate onto each element, a list of elements, a suffix to concatenate onto each element, an environment for variable interpolation, and an optional function that will be |