diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-24 17:15:44 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-24 17:15:44 (GMT) |
commit | 96d8dc2718b6b6b0592d5d93c9bbc4aed209f260 (patch) | |
tree | 4f440f3ef5ec93a32bd54f977aa23aa41411165f /src/CHANGES.txt | |
parent | 90c385ff951733c677ec185423f0578b16e761c1 (diff) | |
download | SCons-96d8dc2718b6b6b0592d5d93c9bbc4aed209f260.zip SCons-96d8dc2718b6b6b0592d5d93c9bbc4aed209f260.tar.gz SCons-96d8dc2718b6b6b0592d5d93c9bbc4aed209f260.tar.bz2 |
Get the source_scanner from the target node, not the source node. (Kevin Quick)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 8e761e9..4780aed 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -151,6 +151,9 @@ RELEASE 0.97 - XXX - Don't retrieve files from a CacheDir, but report what would happen, when the -n option is used. + - Use the source_scanner from the target Node, not the source node + itself. + From Christoph Wiedemann: - Add an Environment.SetDefault() method that only sets values if |