diff options
| author | Steven Knight <knight@baldmt.com> | 2003-03-26 19:39:45 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-03-26 19:39:45 (GMT) |
| commit | d988db5277489ab02b9499d5c4f76636f54d2ed5 (patch) | |
| tree | c1b8c39fb661b0d56fef7a0c48c45e75e848facb /src/engine/SCons | |
| parent | 95a4d924e02d940a8960e28be71056dab84deb9f (diff) | |
| download | SCons-d988db5277489ab02b9499d5c4f76636f54d2ed5.zip SCons-d988db5277489ab02b9499d5c4f76636f54d2ed5.tar.gz SCons-d988db5277489ab02b9499d5c4f76636f54d2ed5.tar.bz2 | |
Clean-ups in preparation for release: doc and comment changes, comment out Subversion support.
Diffstat (limited to 'src/engine/SCons')
| -rw-r--r-- | src/engine/SCons/Defaults.py | 2 | ||||
| -rw-r--r-- | src/engine/SCons/Tool/__init__.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/SCons/Defaults.py b/src/engine/SCons/Defaults.py index 07a388e..6fa053d 100644 --- a/src/engine/SCons/Defaults.py +++ b/src/engine/SCons/Defaults.py @@ -201,7 +201,7 @@ def copyFunc(dest, source, env): def _concat(prefix, list, suffix, env, f=lambda x: x): """Creates a new list from 'list' by first interpolating each - element in the list using 'locals' and 'globals' and then calling f + element in the list using the 'env' dictionary and then calling f on the list, and finally concatenating 'prefix' and 'suffix' onto each element of the list. A trailing space on 'prefix' or leading space on 'suffix' will cause them to be put into seperate list diff --git a/src/engine/SCons/Tool/__init__.py b/src/engine/SCons/Tool/__init__.py index a5db5bf..5eed7f1 100644 --- a/src/engine/SCons/Tool/__init__.py +++ b/src/engine/SCons/Tool/__init__.py @@ -204,7 +204,8 @@ def tool_list(platform, env): 'dvipdf', 'dvips', 'latex', 'lex', 'pdflatex', 'pdftex', 'Perforce', - 'RCS', 'SCCS', 'Subversion', + 'RCS', 'SCCS', + # 'Subversion', 'tar', 'tex', 'yacc', 'zip'], env) |
