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/w32

    • Property svn:ignore
      •  

        old new  
        11Makefile
        22Makefile.in
         3.deps
  • trunk/src/kmk/w32/compat/dirent.c

    r1993 r2591  
    11/* Directory entry code for Window platforms.
    22Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    3 2006, 2007 Free Software Foundation, Inc.
     32006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    44This file is part of GNU Make.
    55
     
    1717
    1818
    19 #ifdef KMK
    20 # include "config.h" /* my_stat */
    21 #endif
     19#include <config.h>
    2220#include <sys/types.h>
    2321#include <sys/stat.h>
     
    142140
    143141        /* fill in struct dirent values */
    144         pDir->dir_sdReturn.d_ino = -1;
     142        pDir->dir_sdReturn.d_ino = (ino_t)-1;
    145143        strcpy(pDir->dir_sdReturn.d_name, wfdFindData.cFileName);
    146144
Note: See TracChangeset for help on using the changeset viewer.