Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/build.template

    r2591 r3140  
    11#!/bin/sh
    2 # Shell script to build GNU Make in the absence of any `make' program.
     2# Shell script to build GNU Make in the absence of any 'make' program.
    33# @configure_input@
    44
    5 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    6 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     5# Copyright (C) 1993-2016 Free Software Foundation, Inc.
    76# This file is part of GNU Make.
    87#
     
    2423srcdir='@srcdir@'
    2524CC='@CC@'
    26 CFLAGS='@CFLAGS@'
     25CFLAGS='@CFLAGS@ @GUILE_CFLAGS@'
    2726CPPFLAGS='@CPPFLAGS@'
    28 LDFLAGS='@LDFLAGS@'
     27LDFLAGS='@AM_LDFLAGS@ @LDFLAGS@'
    2928ALLOCA='@ALLOCA@'
    30 LOADLIBES='@LIBS@ @LIBINTL@'
     29LOADLIBES='@LIBS@ @GUILE_LIBS@ @LIBINTL@'
    3130eval extras=\'@LIBOBJS@\'
    3231REMOTE='@REMOTE@'
     
    4039# Common prefix for machine-dependent installed files.
    4140exec_prefix=`eval echo @exec_prefix@`
    42 # Directory to find libraries in for `-lXXX'.
     41# Directory to find libraries in for '-lXXX'.
    4342libdir=${exec_prefix}/lib
    4443# Directory to search by default for included makefiles.
     
    4847aliaspath=${localedir}${PATH_SEPARATOR}.
    4948
    50 defines="-DALIASPATH=\"${aliaspath}\" -DLOCALEDIR=\"${localedir}\" -DLIBDIR=\"${libdir}\" -DINCLUDEDIR=\"${includedir}\""' @DEFS@'
     49defines="-DLOCALEDIR=\"${localedir}\" -DLIBDIR=\"${libdir}\" -DINCLUDEDIR=\"${includedir}\""' @DEFS@'
    5150
    5251# Exit as soon as any command fails.
Note: See TracChangeset for help on using the changeset viewer.