VirtualBox

Changeset 3138 in kBuild for vendor/gnumake/current/version.c


Ignore:
Timestamp:
Mar 12, 2018 7:32:29 PM (7 years ago)
Author:
bird
Message:

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/version.c

    r2596 r3138  
    11/* Record version and build host architecture for GNU make.
    2 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
    3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
    4 2010 Free Software Foundation, Inc.
     2Copyright (C) 1988-2016 Free Software Foundation, Inc.
    53This file is part of GNU Make.
    64
     
    1917/* We use <config.h> instead of "config.h" so that a compilation
    2018   using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
    21    (which it would do because make.h was found in $srcdir).  */
     19   (which it would do because makeint.h was found in $srcdir).  */
    2220#include <config.h>
    2321
     
    2624#endif
    2725
    28 char *version_string = VERSION;
    29 char *make_host = MAKE_HOST;
     26const char *version_string = VERSION;
     27const char *make_host = MAKE_HOST;
    3028
    3129
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