summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Executor.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-02-10 14:38:09 (GMT)
committerSteven Knight <knight@baldmt.com>2005-02-10 14:38:09 (GMT)
commitd4df6e27cf6e99bc34791dad5a4902cf83476ba2 (patch)
tree6c7c0f84dbe41f05adb752f620dcd4d93b38b7ec /src/engine/SCons/Executor.py
parent11f1e91b731f3914d520b3bddb38da3ec55cb7ce (diff)
downloadSCons-d4df6e27cf6e99bc34791dad5a4902cf83476ba2.zip
SCons-d4df6e27cf6e99bc34791dad5a4902cf83476ba2.tar.gz
SCons-d4df6e27cf6e99bc34791dad5a4902cf83476ba2.tar.bz2
Don't memoize the get_build_scanner_path() methods.
Diffstat (limited to 'src/engine/SCons/Executor.py')
-rw-r--r--src/engine/SCons/Executor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Executor.py b/src/engine/SCons/Executor.py
index 7965afe..013a125 100644
--- a/src/engine/SCons/Executor.py
+++ b/src/engine/SCons/Executor.py
@@ -78,8 +78,8 @@ class Executor:
return build_env
def get_build_scanner_path(self, scanner):
- """
- __cacheable__
+ """Fetch the scanner path for this executor's targets
+ and sources.
"""
env = self.get_build_env()
try: