summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-06 14:02:46 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-06 14:02:46 (GMT)
commit1b74d9072cf0effc88f957be06b198891d0bcd35 (patch)
treea71494e60290746c60221be16d29d0b04ce5f0ca /doc
parentd9e1ca86443a2c7d7ac5eda4af883997c8e4f852 (diff)
downloadSCons-1b74d9072cf0effc88f957be06b198891d0bcd35.zip
SCons-1b74d9072cf0effc88f957be06b198891d0bcd35.tar.gz
SCons-1b74d9072cf0effc88f957be06b198891d0bcd35.tar.bz2
Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 8ac5681..e08297a 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -7177,6 +7177,14 @@ that may not be set or used in a construction environment.
.IP TARSUFFIX
The suffix used for tar file names.
+.IP TEMPFILEPREFIX
+The prefix for a temporary file used
+to execute lines longer than $MAXLINELENGTH.
+The default is '@'.
+This may be set for toolchains that use other values,
+such as '-@' for the diab compiler
+or '-via' for ARM toolchain.
+
.IP TEX
The TeX formatter and typesetter.