make/tests/scripts
Jouke Witteveen 86f2f8bcb5 [SV 54161] Fix second expansion of $* for paths
If the stem matches a path containing a directory not just a
filename, make sure the second expansion of $* in the
prerequisites matches $* in the recipe.  This requires using
$(*F) when replacing % in the first expansion to preserve the
simple filename.

* src/implicit.c (pattern_search): If lastslash is set prepend
the directory onto the stem.  Then use $(*F) when expanding %.
* tests/scripts/features/se_implicit: Add a test case
2019-12-18 09:05:17 -05:00
..
features [SV 54161] Fix second expansion of $* for paths 2019-12-18 09:05:17 -05:00
functions Port functions/shell test to Solaris 10 2019-10-10 18:31:50 -04:00
misc * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
options * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
targets * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
variables * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
vms Refresh the test suite framework implementation. 2019-09-16 08:25:33 -04:00
test_template Update the test template. A few fixes in run_make_test(). 2004-09-22 04:36:17 +00:00