scons.git
22 years agoBug fixes from Charles Crain.
stevenknight [Wed, 19 Dec 2001 00:22:35 +0000 (00:22 +0000)]
Bug fixes from Charles Crain.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@163 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix setup.py so it doesn't require an argument.
stevenknight [Mon, 17 Dec 2001 16:27:21 +0000 (16:27 +0000)]
Fix setup.py so it doesn't require an argument.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@162 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMake Default() accept a node
stevenknight [Mon, 17 Dec 2001 05:36:08 +0000 (05:36 +0000)]
Make Default() accept a node

git-svn-id: http://scons.tigris.org/svn/scons/trunk@161 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMake SCONS_LIB_DIR actually work
stevenknight [Mon, 17 Dec 2001 05:19:48 +0000 (05:19 +0000)]
Make SCONS_LIB_DIR actually work

git-svn-id: http://scons.tigris.org/svn/scons/trunk@160 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoForgot to update the change log on the last fix (CPPPATH).
stevenknight [Mon, 17 Dec 2001 04:38:58 +0000 (04:38 +0000)]
Forgot to update the change log on the last fix (CPPPATH).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@159 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd CPPPATH to man page
stevenknight [Mon, 17 Dec 2001 04:23:04 +0000 (04:23 +0000)]
Add CPPPATH to man page

git-svn-id: http://scons.tigris.org/svn/scons/trunk@158 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
stevenknight [Sat, 15 Dec 2001 00:23:46 +0000 (00:23 +0000)]
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@157 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix the comment at the top of the scons.bat file.
stevenknight [Fri, 14 Dec 2001 20:08:18 +0000 (20:08 +0000)]
Fix the comment at the top of the scons.bat file.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@156 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoUpdate version numbers, etc., to 0.02.
stevenknight [Fri, 14 Dec 2001 20:08:06 +0000 (20:08 +0000)]
Update version numbers, etc., to 0.02.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@155 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoGive the debian build its own Command() so we can explicitly remove the debian file...
stevenknight [Fri, 14 Dec 2001 02:36:10 +0000 (02:36 +0000)]
Give the debian build its own Command() so we can explicitly remove the debian file before building.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@154 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoPrepare release notes, change log, etc.
stevenknight [Fri, 14 Dec 2001 02:14:10 +0000 (02:14 +0000)]
Prepare release notes, change log, etc.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@153 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoLast Windows NT portability fixes (this release).
stevenknight [Fri, 14 Dec 2001 01:42:15 +0000 (01:42 +0000)]
Last Windows NT portability fixes (this release).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@152 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix a build reentrancy problem introduced by our RPM build.
stevenknight [Fri, 14 Dec 2001 00:46:59 +0000 (00:46 +0000)]
Fix a build reentrancy problem introduced by our RPM build.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@151 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix for copying BuilderWrapper objects within Environments (courtesy Charles Crain).
stevenknight [Fri, 14 Dec 2001 00:13:24 +0000 (00:13 +0000)]
Fix for copying BuilderWrapper objects within Environments (courtesy Charles Crain).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@150 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRoll our own RPM package generation.
stevenknight [Thu, 13 Dec 2001 23:00:21 +0000 (23:00 +0000)]
Roll our own RPM package generation.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@149 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd the troff man page to the Debian package.
stevenknight [Thu, 13 Dec 2001 12:39:51 +0000 (12:39 +0000)]
Add the troff man page to the Debian package.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@148 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd variable interpolation to the man page
stevenknight [Thu, 13 Dec 2001 05:07:55 +0000 (05:07 +0000)]
Add variable interpolation to the man page

git-svn-id: http://scons.tigris.org/svn/scons/trunk@147 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoBug fixes for Scanner handling of subdirectories and Environment copying, courtesy...
stevenknight [Thu, 13 Dec 2001 04:42:05 +0000 (04:42 +0000)]
Bug fixes for Scanner handling of subdirectories and Environment copying, courtesy Charles Crain.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@146 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd Anthony's os.spawnv patch file to the release.
stevenknight [Tue, 11 Dec 2001 16:46:34 +0000 (16:46 +0000)]
Add Anthony's os.spawnv patch file to the release.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@145 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRework implicit dependency scanning for relative CPPPATH values.
stevenknight [Tue, 11 Dec 2001 15:39:53 +0000 (15:39 +0000)]
Rework implicit dependency scanning for relative CPPPATH values.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@144 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd another C Scanner unit test.
stevenknight [Tue, 11 Dec 2001 13:33:23 +0000 (13:33 +0000)]
Add another C Scanner unit test.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@143 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoTrack implicit (scanned) dependencies separately from the others.
stevenknight [Tue, 11 Dec 2001 06:54:13 +0000 (06:54 +0000)]
Track implicit (scanned) dependencies separately from the others.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@142 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd a __hash_() method to the Scanners.
stevenknight [Tue, 11 Dec 2001 06:18:49 +0000 (06:18 +0000)]
Add a __hash_() method to the Scanners.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@141 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoCreate a specific CScanner subclass.
stevenknight [Tue, 11 Dec 2001 05:28:54 +0000 (05:28 +0000)]
Create a specific CScanner subclass.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@140 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoDelay scanning a node from when we ask for its children to just before we're going...
stevenknight [Tue, 11 Dec 2001 04:52:18 +0000 (04:52 +0000)]
Delay scanning a node from when we ask for its children to just before we're going to descend to its dependencies.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@139 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMove autogeneration of PATH-based variables from Environment initialization to variab...
stevenknight [Tue, 11 Dec 2001 04:32:16 +0000 (04:32 +0000)]
Move autogeneration of PATH-based variables from Environment initialization to variable interpolation.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@138 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRefactor some common testing in the C Scanner tests.
stevenknight [Tue, 11 Dec 2001 03:47:01 +0000 (03:47 +0000)]
Refactor some common testing in the C Scanner tests.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@137 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd Scanner objects to source files when we first find them, not later when they...
stevenknight [Tue, 11 Dec 2001 03:22:06 +0000 (03:22 +0000)]
Add Scanner objects to source files when we first find them, not later when they're just going to be scanned.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@136 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and add a...
stevenknight [Tue, 11 Dec 2001 02:32:21 +0000 (02:32 +0000)]
Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and add a Node.FS.Entry.__hash__() method.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@135 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoCreate a troff man page.
stevenknight [Tue, 11 Dec 2001 02:15:23 +0000 (02:15 +0000)]
Create a troff man page.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@134 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoHave the C Scanner handle IOError when a file doesn't exist.
stevenknight [Tue, 11 Dec 2001 02:08:53 +0000 (02:08 +0000)]
Have the C Scanner handle IOError when a file doesn't exist.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@133 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRefactor the Builder execute() interface to take Nodes, not string names of targets...
stevenknight [Tue, 11 Dec 2001 01:53:48 +0000 (01:53 +0000)]
Refactor the Builder execute() interface to take Nodes, not string names of targets and sources.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@132 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix problems with Python callable objects as Builder actions, the associated test...
stevenknight [Fri, 7 Dec 2001 00:29:20 +0000 (00:29 +0000)]
Fix problems with Python callable objects as Builder actions, the associated test, and handling errors returned by a builder.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@131 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoSpeed up and generalize SCons.Util.find_files().
stevenknight [Tue, 4 Dec 2001 06:42:41 +0000 (06:42 +0000)]
Speed up and generalize SCons.Util.find_files().

git-svn-id: http://scons.tigris.org/svn/scons/trunk@130 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRefactor the Scanner class(es) into a Prototype pattern.
stevenknight [Mon, 3 Dec 2001 02:53:01 +0000 (02:53 +0000)]
Refactor the Scanner class(es) into a Prototype pattern.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@129 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMore NT portability in the tests.
stevenknight [Thu, 29 Nov 2001 06:29:22 +0000 (06:29 +0000)]
More NT portability in the tests.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@128 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRemove some debug writes in setup.py that got left in the previous change
stevenknight [Wed, 28 Nov 2001 18:09:54 +0000 (18:09 +0000)]
Remove some debug writes in setup.py that got left in the previous change

git-svn-id: http://scons.tigris.org/svn/scons/trunk@127 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoDetect dependency cycles
stevenknight [Wed, 28 Nov 2001 04:47:15 +0000 (04:47 +0000)]
Detect dependency cycles

git-svn-id: http://scons.tigris.org/svn/scons/trunk@126 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoChange packaging to the new /usr/lib/scons/ scheme
stevenknight [Wed, 28 Nov 2001 03:30:53 +0000 (03:30 +0000)]
Change packaging to the new /usr/lib/scons/ scheme

git-svn-id: http://scons.tigris.org/svn/scons/trunk@125 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMove most of the code from the scons script into a SCons module.
stevenknight [Tue, 27 Nov 2001 14:14:32 +0000 (14:14 +0000)]
Move most of the code from the scons script into a SCons module.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@124 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMore NT portability fixes.
stevenknight [Sat, 24 Nov 2001 23:15:01 +0000 (23:15 +0000)]
More NT portability fixes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@123 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoComplete CPPPATH work.
stevenknight [Thu, 22 Nov 2001 14:10:14 +0000 (14:10 +0000)]
Complete CPPPATH work.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@122 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoGracefully handle the case where a .sconsign file can't be written
stevenknight [Wed, 21 Nov 2001 19:24:52 +0000 (19:24 +0000)]
Gracefully handle the case where a .sconsign file can't be written

git-svn-id: http://scons.tigris.org/svn/scons/trunk@121 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoCrain: Finish LIBS, LIBPATH, CPPPATH
stevenknight [Tue, 20 Nov 2001 17:58:56 +0000 (17:58 +0000)]
Crain:  Finish LIBS, LIBPATH, CPPPATH

git-svn-id: http://scons.tigris.org/svn/scons/trunk@120 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd the scons package.
stevenknight [Fri, 16 Nov 2001 22:06:52 +0000 (22:06 +0000)]
Add the scons package.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@119 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoLIBS and LIBPATH work, variable substitution changes.
stevenknight [Thu, 15 Nov 2001 03:52:55 +0000 (03:52 +0000)]
LIBS and LIBPATH work, variable substitution changes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@118 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoImplement CPPPATH and scanning during builds.
stevenknight [Wed, 14 Nov 2001 18:03:57 +0000 (18:03 +0000)]
Implement CPPPATH and scanning during builds.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@117 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoGeneralize DH_COMPAT for various Debian build levels.
stevenknight [Tue, 13 Nov 2001 11:07:08 +0000 (11:07 +0000)]
Generalize DH_COMPAT for various Debian build levels.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@116 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd some missing .aeignore files.
stevenknight [Mon, 5 Nov 2001 16:07:52 +0000 (16:07 +0000)]
Add some missing .aeignore files.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@115 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRebuild in response to a changed build command.
stevenknight [Fri, 2 Nov 2001 03:12:07 +0000 (03:12 +0000)]
Rebuild in response to a changed build command.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@114 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMake the (s) and variables upper-case.
stevenknight [Wed, 31 Oct 2001 03:47:18 +0000 (03:47 +0000)]
Make the (s) and  variables upper-case.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@113 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix build dependencies.
stevenknight [Tue, 30 Oct 2001 13:47:14 +0000 (13:47 +0000)]
Fix build dependencies.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@112 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoHandle SConscript files in subdirectories.
stevenknight [Mon, 29 Oct 2001 05:33:03 +0000 (05:33 +0000)]
Handle SConscript files in subdirectories.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@111 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoChange node and .sconsign handling to separate build and content signatures.
stevenknight [Sun, 28 Oct 2001 12:51:44 +0000 (12:51 +0000)]
Change node and .sconsign handling to separate build and content signatures.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@110 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix a number of small problems in tests.
stevenknight [Sun, 28 Oct 2001 11:52:08 +0000 (11:52 +0000)]
Fix a number of small problems in tests.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@109 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoFix a signature calculation bug.
stevenknight [Fri, 26 Oct 2001 18:30:48 +0000 (18:30 +0000)]
Fix a signature calculation bug.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@108 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMake up-to-date messages get printed out in the correct order Mark II
stevenknight [Fri, 26 Oct 2001 17:12:27 +0000 (17:12 +0000)]
Make up-to-date messages get printed out in the correct order Mark II

git-svn-id: http://scons.tigris.org/svn/scons/trunk@107 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoSupport building (sub)directories.
stevenknight [Thu, 25 Oct 2001 13:11:10 +0000 (13:11 +0000)]
Support building (sub)directories.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@106 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd -k support and more
stevenknight [Wed, 24 Oct 2001 14:18:02 +0000 (14:18 +0000)]
Add -k support and more

git-svn-id: http://scons.tigris.org/svn/scons/trunk@105 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoIf the value of a is None, interpolate '', not 'None'.
stevenknight [Thu, 18 Oct 2001 03:01:47 +0000 (03:01 +0000)]
If the value of a  is None, interpolate '', not 'None'.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@104 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoComposite Builder and related changes from Charles Crain.
stevenknight [Thu, 18 Oct 2001 02:46:26 +0000 (02:46 +0000)]
Composite Builder and related changes from Charles Crain.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@103 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoPortability fixes for tests on Windows Nt.
stevenknight [Wed, 17 Oct 2001 16:42:21 +0000 (16:42 +0000)]
Portability fixes for tests on Windows Nt.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@102 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoGeneralize whether or not nodes use signatures, and how the Sig module decides if...
stevenknight [Mon, 15 Oct 2001 20:20:28 +0000 (20:20 +0000)]
Generalize whether or not nodes use signatures, and how the Sig module decides if a node is current before calculatin a signature.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@101 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd an FS.Entry class that can morph to File or Dir.
stevenknight [Mon, 15 Oct 2001 16:47:05 +0000 (16:47 +0000)]
Add an FS.Entry class that can morph to File or Dir.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@100 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRemove the Node.derived attribute.
stevenknight [Mon, 15 Oct 2001 16:00:52 +0000 (16:00 +0000)]
Remove the Node.derived attribute.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@99 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd LINKFLAGS support.
stevenknight [Fri, 12 Oct 2001 22:20:00 +0000 (22:20 +0000)]
Add LINKFLAGS support.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@98 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd tests and support for and .
stevenknight [Fri, 12 Oct 2001 19:31:00 +0000 (19:31 +0000)]
Add tests and support for  and .

git-svn-id: http://scons.tigris.org/svn/scons/trunk@97 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoRefactor construction variable expansion.
stevenknight [Fri, 12 Oct 2001 02:17:49 +0000 (02:17 +0000)]
Refactor construction variable expansion.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@96 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoUse the prefix and suffix arguments in the Builder base class.
stevenknight [Fri, 12 Oct 2001 00:56:40 +0000 (00:56 +0000)]
Use the prefix and suffix arguments in the Builder base class.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@95 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoImplement special variable substitution.
stevenknight [Thu, 11 Oct 2001 23:13:20 +0000 (23:13 +0000)]
Implement special variable substitution.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@94 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd the Library() method.
stevenknight [Thu, 11 Oct 2001 18:38:29 +0000 (18:38 +0000)]
Add the Library() method.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@93 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd -i (ignore errors) support
stevenknight [Wed, 10 Oct 2001 21:50:55 +0000 (21:50 +0000)]
Add -i (ignore errors) support

git-svn-id: http://scons.tigris.org/svn/scons/trunk@92 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoUse the module-specific current() function.
stevenknight [Tue, 9 Oct 2001 19:26:25 +0000 (19:26 +0000)]
Use the module-specific current() function.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@91 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd support for -c (clean targets).
stevenknight [Tue, 9 Oct 2001 12:48:14 +0000 (12:48 +0000)]
Add support for -c (clean targets).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@90 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoMake the Debian package build work.
stevenknight [Tue, 9 Oct 2001 02:53:01 +0000 (02:53 +0000)]
Make the Debian package build work.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@89 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoCreate Debian package installation
stevenknight [Sat, 6 Oct 2001 17:14:17 +0000 (17:14 +0000)]
Create Debian package installation

git-svn-id: http://scons.tigris.org/svn/scons/trunk@88 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoUse the Node Walker to build dependencies in order.
stevenknight [Fri, 5 Oct 2001 17:37:48 +0000 (17:37 +0000)]
Use the Node Walker to build dependencies in order.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@87 fdb21ef1-2011-0410-befe-b5e4ea1792b1

22 years agoAdd a node Walker for descending the dependency tree.
stevenknight [Thu, 4 Oct 2001 18:50:26 +0000 (18:50 +0000)]
Add a node Walker for descending the dependency tree.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@86 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd a bin/ subdirectory for admin utilities, and a HOWTO/ (replaces admin/) for the...
stevenknight [Wed, 3 Oct 2001 14:50:33 +0000 (14:50 +0000)]
Add a bin/ subdirectory for admin utilities, and a HOWTO/ (replaces admin/) for the documents.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@85 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoUpdating licensing.
stevenknight [Wed, 3 Oct 2001 11:47:59 +0000 (11:47 +0000)]
Updating licensing.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@84 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoMake the documentation build with more version of the tools
stevenknight [Wed, 3 Oct 2001 10:46:28 +0000 (10:46 +0000)]
Make the documentation build with more version of the tools

git-svn-id: http://scons.tigris.org/svn/scons/trunk@83 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd the Command() method.
stevenknight [Tue, 2 Oct 2001 20:01:35 +0000 (20:01 +0000)]
Add the Command() method.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@82 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd children() methods for nodes.
stevenknight [Tue, 2 Oct 2001 13:11:42 +0000 (13:11 +0000)]
Add children() methods for nodes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@81 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoLet the Taskmaster control whether the build stops.
stevenknight [Tue, 2 Oct 2001 12:24:41 +0000 (12:24 +0000)]
Let the Taskmaster control whether the build stops.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@80 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoFix various bugs caused by Python 2.1
stevenknight [Tue, 2 Oct 2001 12:24:13 +0000 (12:24 +0000)]
Fix various bugs caused by Python 2.1

git-svn-id: http://scons.tigris.org/svn/scons/trunk@79 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoHandle build errors.
stevenknight [Tue, 2 Oct 2001 03:15:32 +0000 (03:15 +0000)]
Handle build errors.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@78 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoPass in the signature Calculator to the Taskmaster.
stevenknight [Mon, 1 Oct 2001 04:01:09 +0000 (04:01 +0000)]
Pass in the signature Calculator to the Task

git-svn-id: http://scons.tigris.org/svn/scons/trunk@77 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd support for multi-command Builders and Actions.
stevenknight [Sat, 29 Sep 2001 10:52:18 +0000 (10:52 +0000)]
Add support for multi-command Builders and Actions.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@76 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoDon't use Program() on some tests that don't need it.
stevenknight [Sat, 29 Sep 2001 10:25:07 +0000 (10:25 +0000)]
Don't use Program() on some tests that don't need it.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@75 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoMake match_exact the default match function for TestSCons.
stevenknight [Sat, 29 Sep 2001 03:22:21 +0000 (03:22 +0000)]
Make match_exact the default match function for TestSCons.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@74 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd a test for unknown options (both short and long).
stevenknight [Sat, 29 Sep 2001 03:04:07 +0000 (03:04 +0000)]
Add a test for unknown options (both short and long).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@73 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd support for the ENV construction variable.
stevenknight [Fri, 28 Sep 2001 20:27:29 +0000 (20:27 +0000)]
Add support for the ENV construction variable.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@72 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd unit tests for Node methods that have been recently added.
stevenknight [Fri, 28 Sep 2001 20:17:52 +0000 (20:17 +0000)]
Add unit tests for Node methods that have been recently added.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@71 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoChange the env.Dictionary to an access method for an env._dict attribute.
stevenknight [Wed, 26 Sep 2001 13:46:18 +0000 (13:46 +0000)]
Change the env.Dictionary to an access method for an env._dict attribute.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@70 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoAdd support for SCONSFLAGS.
stevenknight [Wed, 26 Sep 2001 02:40:46 +0000 (02:40 +0000)]
Add support for SCONSFLAGS.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@69 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoEnhance Builders to take any type of node as input.
stevenknight [Mon, 24 Sep 2001 14:16:04 +0000 (14:16 +0000)]
Enhance Builders to take any type of node as input.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@68 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoImplement the Depends() method.
stevenknight [Mon, 24 Sep 2001 13:44:50 +0000 (13:44 +0000)]
Implement the Depends() method.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@67 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoHave SCons report when something is up-to-date.
stevenknight [Fri, 21 Sep 2001 21:04:14 +0000 (21:04 +0000)]
Have SCons report when something is up-to-date.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@66 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agorebuild in response to changed .c file
stevenknight [Fri, 21 Sep 2001 11:39:19 +0000 (11:39 +0000)]
rebuild in response to changed .c file

git-svn-id: http://scons.tigris.org/svn/scons/trunk@65 fdb21ef1-2011-0410-befe-b5e4ea1792b1

23 years agoError message if no SConstruct file.
stevenknight [Fri, 21 Sep 2001 02:20:19 +0000 (02:20 +0000)]
Error message if no SConstruct file.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@64 fdb21ef1-2011-0410-befe-b5e4ea1792b1