VirtualBox

Ignore:
Timestamp:
May 16, 2005 4:54:08 PM (20 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/tests/scripts/features/order_only

    r153 r284  
    145145unlink(qw(foo.w foo.x baz));
    146146
     147# TEST #9 -- make sure that $< is set correctly in the face of order-only
     148# prerequisites in pattern rules.
     149
     150run_make_test('
     151%r: | baz ; @echo $< $^ $|
     152bar: foo
     153foo:;@:
     154baz:;@:
     155', '', "foo foo baz\n");
     156
     157
    1471581;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette