]> sourceware.org Git - automake.git/commit
* lib/Automake/Variable.pm (define, _new): Remember the helper
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 23 Jun 2005 22:19:54 +0000 (22:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 23 Jun 2005 22:19:54 +0000 (22:19 +0000)
commitc64522bb3528b64df7fc2f34b47c3d6c5acd8708
tree3d389458f580e4e08329e9dad0adbe3dce750e3f
parent4a0a68ef5f6b484028a2434c8434abb46fc3b72c
* lib/Automake/Variable.pm (define, _new): Remember the helper
variable created for the last conditional += on each variable, and
only append further += in the same condition to this last helper
variable, not to older helper variables.  This way the order of
the items appended to the variable is preserved.
* tests/cond21.test: Adjust.
* tests/cond38.test: New file.
* tests/Makefile.am (TESTS): Add cond38.test.
Report from Ed Hartnett.
ChangeLog
THANKS
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/cond21.test
tests/cond38.test [new file with mode: 0755]
This page took 0.027679 seconds and 5 git commands to generate.