Ignore:
Timestamp:
Jun 17, 2012, 10:45:31 PM (13 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 3.82. Previous GNU make base version was gnumake-2008-10-28-CVS.

Location:
trunk/src/kmk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

    • Property svn:ignore
      •  

        old new  
        1313stamp-*
        1414makebook*
         15
        1516.*gdbinit
         17.gdb_history
         18
        1619*.dep
        1720*.dvi
         
        3134*.pg
        3235*.pgs
         36
        3337README
        3438README.DOS
        3539README.W32
         40README.OS2
        3641aclocal.m4
        3742autom4te.cache
         
        5257config.h.W32
        5358config.h-vms
         59
        5460loadavg
        5561loadavg.c
        5662make
         63
        5764.deps
        5865.dep_segment
         66ID
         67TAGS
         68
        5969_*
        6070sun4
         
        7282sol2
        7383i486-linux
         84
        7485customs
         86
        7587install-sh
        7688mkinstalldirs
         89
         90.directive.asc
  • trunk/src/kmk/tests

    • Property svn:ignore
      --- 
      +++ 
      
  • trunk/src/kmk/tests/scripts/misc/general4

    r1963 r2591  
    3030!$is_kmk ? 0 : 512);
    3131unlink('foo.c');
    32 
    33 
    34 # Test other implicit rule searching
    35 
    36 &touch('bar');
    37 run_make_test('
    38 test.foo:
    39 %.foo : baz ; @echo done $<
    40 %.foo : bar ; @echo done $<
    41 fox: baz
    42 ',
    43               '',
    44               'done bar');
    45 unlink('bar');
    4632
    4733
     
    8470              '', "mkdir -p dir/subdir\ntouch dir/subdir/file.\$b\ncp dir/subdir/file.\$b dir/subdir/file.\$a\n");
    8571
     72# Test odd whitespace at the beginning of a line
     73
     74run_make_test("
     75all:
     76   \f
     77
     78    \\
     79 \f  \\
     80    \013 \\
     81all: ; \@echo hi
     82",
     83              '', "hi\n");
     84
    86851;
Note: See TracChangeset for help on using the changeset viewer.