Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
6d5fda5f |
| 20-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Grrr, make the test for embedded variables in the left-hand-side actually do the right thing in every case. Yuck.
|
#
0aa9e01c |
| 19-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c, expansion of embedded variables in the left-hand-side of an assignment expression, using the simplest case - hiding recursi
Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c, expansion of embedded variables in the left-hand-side of an assignment expression, using the simplest case - hiding recursion using nil-expanded variables.
show more ...
|
#
a9b736ad |
| 05-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Add a regression test for bin/5297, regarding sysv substitution with a nil left-hand-side.
|
#
624abf85 |
| 27-Apr-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Prefix tests with PASS and FAIL, to make grepping easier, and note this in the README.
This affects only the base-system regression tests, of course.
|
#
6d3ca9de |
| 21-Apr-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Check to see if make(1)'s handling of doubly-defined targets is busted or not. A lot relies on this.
|
#
6541d27c |
| 20-Apr-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Add a test of variable evaluation and substitution for make(1), as a start of tests for it.
|