diff options
author | Steven Knight <knight@baldmt.com> | 2003-03-03 19:39:25 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-03-03 19:39:25 (GMT) |
commit | 57847f39e8598008ce3acddbcfb5a117e6981b3d (patch) | |
tree | b6fc19421b03826488e03d795c4c258002f4ede7 /doc/man | |
parent | 1eac1ba89777cce14d1ed50322ee163e8b38fd1e (diff) | |
download | SCons-57847f39e8598008ce3acddbcfb5a117e6981b3d.zip SCons-57847f39e8598008ce3acddbcfb5a117e6981b3d.tar.gz SCons-57847f39e8598008ce3acddbcfb5a117e6981b3d.tar.bz2 |
Add an Exit() function for explicit termination of SCons.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index f9a6ea9..51e3013 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -3078,6 +3078,18 @@ EnsureSConsVersion(0,9) .EE .TP +.RI Exit([ value ]) +This tells +.B scons +to exit immediately +with the specified +.IR value . +A default exit value of +.B 0 +(zero) +is used if no value is specified. + +.TP .RI Export( vars ) This tells .B scons |