diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-04 05:54:20 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-04 05:54:20 (GMT) |
commit | b265101162ddcd493ab521740564a19c8b37fee7 (patch) | |
tree | a8125432228965151103f8d7d40fe0e949249f07 /doc | |
parent | 1a7fcd1d270120232358e875bf53a95194352204 (diff) | |
download | SCons-b265101162ddcd493ab521740564a19c8b37fee7.zip SCons-b265101162ddcd493ab521740564a19c8b37fee7.tar.gz SCons-b265101162ddcd493ab521740564a19c8b37fee7.tar.bz2 |
When using a long link line in a temporary file, print the command line first. (Gary Oberbrunner) Support a MAXLINELENGTH construction variable so the threshold can be configured in a construction environment.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 862b65f..1332020 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -2954,6 +2954,12 @@ General options passed to the M4 macro preprocessor. .IP M4COM The command line used to pass files through the macro preprocessor. +.IP MAXLINELENGTH +The maximum number of characters allowed on an external command line. +On Win32 systems, +link lines longer than this many characters +are linke via a temporary file name. + .IP MSVS When the Microsoft Visual Studio tools are initialized, they set up this dictionary with the following keys: |