Changeset 284 in kBuild for branches/GNU/src/gmake/tests/scripts/features/order_only
- Timestamp:
- May 16, 2005 4:54:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/tests/scripts/features/order_only
r153 r284 145 145 unlink(qw(foo.w foo.x baz)); 146 146 147 # TEST #9 -- make sure that $< is set correctly in the face of order-only 148 # prerequisites in pattern rules. 149 150 run_make_test(' 151 %r: | baz ; @echo $< $^ $| 152 bar: foo 153 foo:;@: 154 baz:;@: 155 ', '', "foo foo baz\n"); 156 157 147 158 1;
Note:
See TracChangeset
for help on using the changeset viewer.