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/features/vpath

    • Property svn:eol-style changed from native to LF
    r53 r2596  
     1#                                                                     -*-perl-*-
     2
    13$description = "The following test creates a makefile to test the \n"
    24              ."vpath directive which allows you to specify a search \n"
     
    6062}
    6163
     64# TEST 2: after vpath lookup ensure we don't get incorrect circular dependency
     65# warnings due to change of struct file ptr.  Savannah bug #13529.
     66
     67mkdir('vpath-d', 0777);
     68
     69run_make_test(q!
     70vpath %.te vpath-d/
     71.SECONDARY:
     72default: vpath-d/a vpath-d/b
     73vpath-d/a: fail.te
     74vpath-d/b : fail.te
     75vpath-d/fail.te:
     76!,
     77              '', "#MAKE#: Nothing to be done for `default'.\n");
     78
     79rmdir('vpath-d');
     80
    62811;
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