make/tests/scripts
Paul Smith 0799ce730d Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),
reported by Markus Mauhart <qwe123@chello.at>.  One was a simple typo; to
fix the other we call patsubst_expand() for all instances of variable
substitution, even when there is no '%'.  We used to call subst_expand()
with a special flag set in the latter case, but it didn't work properly
in all situations.  Easier to just use patsubst_expand() since that's
what it is.
2004-09-21 04:00:31 +00:00
..
features Various enhancements 2004-05-16 19:16:52 +00:00
functions Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)), 2004-09-21 04:00:31 +00:00
misc Fix for complex situations where directories are declared as prerequisites. 2002-09-04 07:26:19 +00:00
options Various enhancements 2004-05-16 19:16:52 +00:00
targets Various enhancements 2004-05-16 19:16:52 +00:00
variables Various enhancements 2004-05-16 19:16:52 +00:00
test_template * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00