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:
2 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/config.h.darwin

    r2145 r2591  
    4141/* Define to 1 if you have the `bsd_signal' function. */
    4242#define HAVE_BSD_SIGNAL 1
     43#define HAVE_DECL_BSD_SIGNAL 1
    4344
    4445/* Use case insensitive file names */
     
    7980#define HAVE_FDOPEN 1
    8081
     82/* Define to 1 if you have the `fileno' function. */
     83#define HAVE_FILENO 1
     84
    8185/* Define to 1 if you have the `fork' function. */
    8286#define HAVE_FORK 1
     
    202206/* #undef HAVE_STRCMPI */
    203207
     208/* Define to 1 if you have the `strncasecmp' function. */
     209#define HAVE_STRNCASECMP 1
     210
     211/* Define to 1 if you have the `strncmpi' function. */
     212/* #undef HAVE_STRNCMPI */
     213
     214/* Define to 1 if you have the `strncmp' function. */
     215/* #undef HAVE_STRNICMP */
     216
    204217/* Define to 1 if you have the `strcoll' function and it is properly defined.
    205218   */
     
    208221/* Define to 1 if you have the `strdup' function. */
    209222#define HAVE_STRDUP 1
     223
     224/* Define to 1 if you have the `strndup' function. */
     225/* #undef HAVE_STRNDUP  */
    210226
    211227/* Define to 1 if you have the `strerror' function. */
     
    315331
    316332/* Define to the full name and version of this package. */
    317 #define PACKAGE_STRING "GNU make 3.81.90"
     333#define PACKAGE_STRING "GNU make 3.82"
    318334
    319335/* Define to the one symbol short name of this package. */
     
    321337
    322338/* Define to the version of this package. */
    323 #define PACKAGE_VERSION "3.81.90"
     339#define PACKAGE_VERSION "3.82"
    324340
    325341/* Define to the character that separates directories in PATH. */
     
    374390
    375391/* Version number of package */
    376 #define VERSION "3.81.90"
     392#define VERSION "3.82"
    377393
    378394/* Use platform specific coding */
Note: See TracChangeset for help on using the changeset viewer.