diff options
author | Steven Knight <knight@baldmt.com> | 2004-01-17 14:56:46 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-01-17 14:56:46 (GMT) |
commit | 18d748a479233b689144db11a2ac3643a6577273 (patch) | |
tree | 0d41d084dbebe2ae095a823949a9dfcbdaa0706a /src/CHANGES.txt | |
parent | 0efe8eaf133ccf1386df12436d4cca218121280c (diff) | |
download | SCons-18d748a479233b689144db11a2ac3643a6577273.zip SCons-18d748a479233b689144db11a2ac3643a6577273.tar.gz SCons-18d748a479233b689144db11a2ac3643a6577273.tar.bz2 |
Fix retrieving multiple target files from cache. (Bob Halley)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 9252736..3e0feaa 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -78,6 +78,12 @@ RELEASE 0.95 - XXX environments so long as the builders have the same signature for the environments in questions (that is, they're the same action). + From Bob Halley: + + - When multiple targets are built by a single action, retrieve all + of them from cache, not just the first target, and exec the build + command if any of the targets isn't present in the cache. + From Steven Knight: - Fix EnsureSConsVersion() so it checks against the SCons version, |