diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:11:39 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:11:39 +0200 |
commit | b2fa39f7baf24a9da2ee40e6d625e8ce91c4b471 (patch) | |
tree | f9eca9049e11ca23426f8cf8b5302f65b547d49d /scons.1 | |
parent | df9075291049202264a88a9740f281a55823ff62 (diff) | |
parent | 765fbac29295fb4e462c480d09dbdb2f9718a845 (diff) |
Merge tag 'upstream/2.3.3'
Upstream version 2.3.3
Diffstat (limited to 'scons.1')
-rw-r--r-- | scons.1 | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -3,11 +3,11 @@ .\" Author: Steven Knight .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Date: <pubdate>2004 - 2014</pubdate> -.\" Manual: SCons 2.3.2 -.\" Source: July 2014 version 2.3.2 +.\" Manual: SCons 2.3.3 +.\" Source: August 2014 version 2.3.3 .\" Language: English .\" -.TH "SCONS" "1" "<pubdate>2004 - 2014</pubdate>" "July 2014 version 2.3.2" "SCons 2.3.2" +.TH "SCONS" "1" "<pubdate>2004 - 2014</pubdate>" "August 2014 version 2.3.3" "SCons 2.3.3" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -360,7 +360,7 @@ else: The command\-line variable arguments are also available in the ARGLIST list, indexed by their order on the command line\&. This allows you to process them in order rather than by name, if necessary\&. ARGLIST[0] returns a tuple containing (argname, argvalue)\&. A Python exception is thrown if you try to access a list member that does not exist\&. .PP \fBscons\fR -requires Python version 2\&.4 or later\&. There should be no other dependencies or requirements to run +requires Python version 2\&.7 or later\&. There should be no other dependencies or requirements to run \fBscons\&.\fR .PP By default, @@ -1752,7 +1752,6 @@ Sets: \fB$SHDLINK\fR, \fB$SHDLINKCOM\fR, \fB$SHDLINKFLAGS\fR, -\fB$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME\fR, \fB$_DDEBUGFLAGS\fR, \fB$_DFLAGS\fR, \fB$_DINCFLAGS\fR, @@ -2283,7 +2282,6 @@ Sets: \fB$SHDLINK\fR, \fB$SHDLINKCOM\fR, \fB$SHDLINKFLAGS\fR, -\fB$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME\fR, \fB$_DDEBUGFLAGS\fR, \fB$_DFLAGS\fR, \fB$_DINCFLAGS\fR, @@ -2691,7 +2689,6 @@ Sets: \fB$SHDLINK\fR, \fB$SHDLINKCOM\fR, \fB$SHDLINKFLAGS\fR, -\fB$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME\fR, \fB$_DDEBUGFLAGS\fR, \fB$_DFLAGS\fR, \fB$_DINCFLAGS\fR, |