1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

* clean up verbosity of Makefile

* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
This commit is contained in:
David E. O'Brien 1999-02-09 22:17:21 +00:00
parent 825de2f8a3
commit 7fe3d489b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16577
20 changed files with 80 additions and 180 deletions

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \

View File

@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
# $Id: Makefile,v 1.43 1999/02/03 11:11:52 asami Exp $
# $Id: Makefile,v 1.44 1999/02/09 18:24:50 obrien Exp $
#
DISTNAME= egcs-1.1.1
@ -26,8 +26,7 @@ LIBSTDCPP_REV= 2.9.0
.if ${PORTOBJFORMAT} == "elf"
PLIST= ${WRKDIR}/PLIST
#GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
GNUHOST= ${ARCH}-unknown-freebsd
GNUHOST= ${ARCH}-unknown-freebsd${OSREL}
.else
#GNUHOST= ${ARCH}-unknown-freebsdaout${OSREL}
GNUHOST= ${ARCH}-unknown-freebsdaout
@ -44,16 +43,12 @@ MAN1= cccp.1 g++.1 g77.1 gcc.1
pre-patch:
@${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h
@${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h
# If I touch configure.in in any way, the build scafolding wants to
# run `autoconf' to regenerate `configure'. I thought a simple `touch'
# of `configure' would do the trick, but it didn't.
##${CP} -p ${WRKSRC}/gcc/configure.in ${WRKSRC}/gcc/configure.in-changed
pre-configure:
@# Keep from running `autoconf' and `autoheader' since we modified
@# configure.in by patching it.
touch ${WRKSRC}/gcc/configure
touch ${WRKSRC}/gcc/cstamp-h.in
@touch ${WRKSRC}/gcc/configure
@touch ${WRKSRC}/gcc/cstamp-h.in
@(cd ${WRKSRC}/gcc/config/${ARCH}/ ; \
MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \
${MV} freebsd-aout.h freebsd-aout.h.in ; \