diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-07 16:53:00 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-07 16:53:00 (GMT) |
commit | 20274eb4eb3474a1f191d7d250b678af6ebdc310 (patch) | |
tree | a0ab415af564d33ce1445f0de60c0bda8266aedd /README | |
parent | 83c7f934a78456243ed909903b089ac53db6235d (diff) | |
download | SCons-20274eb4eb3474a1f191d7d250b678af6ebdc310.zip SCons-20274eb4eb3474a1f191d7d250b678af6ebdc310.tar.gz SCons-20274eb4eb3474a1f191d7d250b678af6ebdc310.tar.bz2 |
Remove dependence on Aegis symlinks by adding a bootstrap.py script (suggested by Anthony Roach) to collect the current SCons into a bootstrap/ subdirectory for execution.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -244,6 +244,12 @@ bin/ there's a copy of the script we use to translate an Aegis change into a CVS checkin. +bootstrap.py + A build script for use with Aegis. This collects a current copy + of SCons from the Aegis baseline directories in a bootstrap/ + subdirectory, and then executes SCons with the supplied + command-line arguments. + build/ This doesn't exist yet if you're looking at a vanilla source tree. This is generated as part of our build process, and it's |