diff options
author | Paul Smith <psmith@gnu.org> | 2000-08-21 06:18:35 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-08-21 06:18:35 +0000 |
commit | 8ddf04c6279395d29de8c4e2f853ddfcab560756 (patch) | |
tree | 39d93fc8b1c57021e8c4cadadd42c56081659c3c /ChangeLog | |
parent | 1a82956eaeb7ba5fde121755d0042c42c2043069 (diff) | |
download | gunmake-8ddf04c6279395d29de8c4e2f853ddfcab560756.tar.gz |
Fix PR/1831. See the ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-08-21 Paul D. Smith <paul@paulandlesley.org> + + * variable.c (try_variable_definition): Change how we handle + target-specific append variable defns: instead of just setting the + value, expand it as an append _but_ only within the current + target's context. Otherwise we lose all but the last value if the + variable is appended more than once within the current target + context. Fixes PR/1831. + 2000-07-25 Paul D. Smith <psmith@gnu.org> * job.c (construct_command_argv_internal): Add "~" to the list of |