diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-09 03:30:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-09 03:30:48 (GMT) |
commit | ef6d3c2883fc43048e4eb5418eeb082d58b9d6cb (patch) | |
tree | 6b82fbae7e677011698bc39debd81d1572ff5c8c /src/CHANGES.txt | |
parent | 2e861a0422e5330249e360b5098b3ad00d26b5e9 (diff) | |
download | SCons-ef6d3c2883fc43048e4eb5418eeb082d58b9d6cb.zip SCons-ef6d3c2883fc43048e4eb5418eeb082d58b9d6cb.tar.gz SCons-ef6d3c2883fc43048e4eb5418eeb082d58b9d6cb.tar.bz2 |
Multi-level build dir with Object() and duplicate=0.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 74b537c..9e9e774 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -86,6 +86,10 @@ RELEASE 0.XX - XXX - Make how we build .rpm packages not depend on the installation locations from the distutils being used. + - When deducing a target Node, create it directly from the first + source Node, not by trying to create the right string to pass to + arg2nodes(). + From Gary Oberbrunner: - Report the target being built in error messages when building |