diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-14 13:43:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-14 13:43:32 (GMT) |
commit | 0897bd9f7dd37ca25ddf9ed6e46c6046e7f22b6e (patch) | |
tree | 59ae71809d6fa17570cbb9c56cfec9034e93e4aa /src/CHANGES.txt | |
parent | 0a1e2ccbf93a90b4acad840dcd6425591f330723 (diff) | |
download | SCons-0897bd9f7dd37ca25ddf9ed6e46c6046e7f22b6e.zip SCons-0897bd9f7dd37ca25ddf9ed6e46c6046e7f22b6e.tar.gz SCons-0897bd9f7dd37ca25ddf9ed6e46c6046e7f22b6e.tar.bz2 |
Filter null values from the _concat() list. (Chad Austin)
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 bf2c760..b5ed500 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -22,6 +22,9 @@ RELEASE 0.96 - XXX - Allow the emitter argument to a Builder() to be or expand to a list of emitter functions, which will be called in sequence. + - Suppress null values in construction variables like $LIBS that use + the internal _concat() function. + From Chad Austin and Christoph Wiedemann: - Add support for a $RPATH variable to supply a list of directories |