VirtualBox

Changeset 501 in kBuild for vendor/gnumake/current/build.sh.in


Ignore:
Timestamp:
Sep 15, 2006 2:30:32 AM (18 years ago)
Author:
bird
Message:

Load make-3.81/ into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/build.sh.in

    • Property svn:executable set to *
    r152 r501  
    33# @configure_input@
    44
    5 # Copyright (C) 1993, 1994, 1997, 2003 Free Software Foundation, Inc.
     5# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     6# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    67# This file is part of GNU Make.
    78#
    8 # GNU Make is free software; you can redistribute it and/or modify
    9 # it under the terms of the GNU General Public License as published by
    10 # the Free Software Foundation; either version 2, or (at your option)
    11 # any later version.
     9# GNU Make is free software; you can redistribute it and/or modify it under the
     10# terms of the GNU General Public License as published by the Free Software
     11# Foundation; either version 2, or (at your option) any later version.
    1212#
    13 # GNU Make is distributed in the hope that it will be useful,
    14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 # GNU General Public License for more details.
     13# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     14# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     15# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    1716#
    18 # You should have received a copy of the GNU General Public License
    19 # along with GNU Make; see the file COPYING.  If not, write to
    20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    21 # Boston, MA 02111-1307, USA.
     17# You should have received a copy of the GNU General Public License along with
     18# GNU Make; see the file COPYING.  If not, write to the Free Software
     19# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    2220
    2321# See Makefile.in for comments describing these variables.
     
    2927LDFLAGS='@LDFLAGS@'
    3028ALLOCA='@ALLOCA@'
    31 LOADLIBES='@LIBS@'
     29LOADLIBES='@LIBS@ @LIBINTL@'
    3230eval extras=\'@LIBOBJS@\'
    3331REMOTE='@REMOTE@'
     
    5553
    5654# These are all the objects we need to link together.
    57 objs="ar.${OBJEXT} arscan.${OBJEXT} commands.${OBJEXT} default.${OBJEXT} dir.${OBJEXT} expand.${OBJEXT} file.${OBJEXT} function.${OBJEXT} getopt.${OBJEXT} getopt1.${OBJEXT} implicit.${OBJEXT} job.${OBJEXT} main.${OBJEXT} misc.${OBJEXT} read.${OBJEXT} remake.${OBJEXT} rule.${OBJEXT} signame.${OBJEXT} variable.${OBJEXT} version.${OBJEXT} vpath.${OBJEXT} hash.${OBJEXT} remote-${REMOTE}.${OBJEXT} ${extras} ${ALLOCA}"
     55objs="ar.${OBJEXT} arscan.${OBJEXT} commands.${OBJEXT} default.${OBJEXT} dir.${OBJEXT} expand.${OBJEXT} file.${OBJEXT} function.${OBJEXT} getopt.${OBJEXT} getopt1.${OBJEXT} implicit.${OBJEXT} job.${OBJEXT} main.${OBJEXT} misc.${OBJEXT} read.${OBJEXT} remake.${OBJEXT} rule.${OBJEXT} signame.${OBJEXT} strcache.${OBJEXT} variable.${OBJEXT} version.${OBJEXT} vpath.${OBJEXT} hash.${OBJEXT} remote-${REMOTE}.${OBJEXT} ${extras} ${ALLOCA}"
    5856
    5957if [ x"$GLOBLIB" != x ]; then
    60   objs="$objs glob/fnmatch.${OBJEXT} glob/glob.${OBJEXT})"
     58  objs="$objs glob/fnmatch.${OBJEXT} glob/glob.${OBJEXT}"
    6159  globinc=-I${srcdir}/glob
    6260fi
     
    7977# Link all the objects together.
    8078echo linking make...
    81 $CC $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}
     79$CC $CFLAGS $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}
    8280echo done
    8381mv -f makenew${EXEEXT} make${EXEEXT}
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