diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-17 22:59:44 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-17 22:59:44 (GMT) |
commit | 401c24879c1dcd9e28df19b3ee2384b26df583ee (patch) | |
tree | 6020672dd780529908f2e7fdb10530400b1e0cfc /doc/man | |
parent | f7f7241f5bb9a93bf0aa9cf583b9ca19fc4f7e53 (diff) | |
download | SCons-401c24879c1dcd9e28df19b3ee2384b26df583ee.zip SCons-401c24879c1dcd9e28df19b3ee2384b26df583ee.tar.gz SCons-401c24879c1dcd9e28df19b3ee2384b26df583ee.tar.bz2 |
Remove the misbegotten --save-explain-info feature.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index c4335a8..0c07aec 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -758,18 +758,6 @@ Ignored for compatibility with GNU .BR make . .TP -.RI --save-explain-info= 0|1 -By default, -scons will save additional information about the build -that is used by the -.B --debug=explain -option. -Setting -.B --save-explain-info=0 -will tell scons to speed up the build -by not saving this information. - -.TP -t, --touch Ignored for compatibility with GNU .BR make . @@ -3578,9 +3566,7 @@ which corresponds to --implicit-cache; .B max_drift which corresponds to --max-drift; .B num_jobs -which corresponds to -j and --jobs; -.B save_explain_info -which corresponds to --save-explain-info. +which corresponds to -j and --jobs. See the documentation for the corresponding command line object for information about each specific option. Example: |