VirtualBox

Ignore:
Timestamp:
Jun 19, 2012 10:44:52 PM (12 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

Location:
vendor/gnumake/current
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current

    • Property svn:ignore deleted
  • vendor/gnumake/current/tests

    • Property svn:ignore deleted
  • vendor/gnumake/current/tests/scripts/variables/automatic

    • Property svn:eol-style changed from native to LF
    r900 r2596  
    108108unlink('foo');
    109109
     110# TEST #4: ensure prereq ordering is correct when the commmand target has none
     111# See Savannah bug #21198
     112
     113run_make_test('
     114all : A B
     115all : ; @echo $@ -- $^ -- $<
     116all : C D
     117all : E F
     118A B C D E F G H : ; @:
     119',
     120              '', "all -- A B C D E F -- A\n");
     121
    1101221;
Note: See TracChangeset for help on using the changeset viewer.

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