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/misc/general4

    • Property svn:eol-style changed from native to LF
    r501 r2596  
    2727cc foo.o -o foo');
    2828unlink('foo.c');
    29 
    30 
    31 # Test other implicit rule searching
    32 
    33 &touch('bar');
    34 run_make_test('
    35 test.foo:
    36 %.foo : baz ; @echo done $<
    37 %.foo : bar ; @echo done $<
    38 fox: baz
    39 ',
    40               '',
    41               'done bar');
    42 unlink('bar');
    4329
    4430
     
    8167              '', "mkdir -p dir/subdir\ntouch dir/subdir/file.\$b\ncp dir/subdir/file.\$b dir/subdir/file.\$a\n");
    8268
     69# Test odd whitespace at the beginning of a line
     70
     71run_make_test("
     72all:
     73   \f
     74
     75    \\
     76 \f  \\
     77    \013 \\
     78all: ; \@echo hi
     79",
     80              '', "hi\n");
     81
    83821;
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