diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-05 04:55:43 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-05 04:55:43 +0800 |
commit | c54181dae2dbcadd3f7c2feee7bbaf5b78071971 (patch) | |
tree | d32e7fab4152a4c7a8c09032d9543b4dcb1893d9 /lang/gcc40 | |
parent | 909eef1a94567e45eb57eadc397278edf0f0838e (diff) | |
download | freebsd-ports-gnome-c54181dae2dbcadd3f7c2feee7bbaf5b78071971.tar.gz freebsd-ports-gnome-c54181dae2dbcadd3f7c2feee7bbaf5b78071971.tar.zst freebsd-ports-gnome-c54181dae2dbcadd3f7c2feee7bbaf5b78071971.zip |
Minor reorg of the dealing with `autoconf' and `autoheader' stuff.
Diffstat (limited to 'lang/gcc40')
-rw-r--r-- | lang/gcc40/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index 133008fda197..d1f8cab448c4 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.64 1999/06/21 18:17:51 obrien Exp $ +# $Id: Makefile,v 1.65 1999/06/24 19:11:49 obrien Exp $ # SNAPDATE= 1999-06-23 @@ -65,16 +65,16 @@ pre-patch: ${CP} ${FILESDIR}/alpha-freebsd.h ${WRKSRC}/gcc/config/alpha/freebsd.h 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 @(MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${SED} -e "s:__FreeBSD__:__FreeBSD__=$${MAJ}:" ${FILESDIR}/freebsd.h \ >${WRKSRC}/gcc/config/freebsd.h ) .if ${PORTOBJFORMAT} == "elf" && ${MACHINE_ARCH} == "i386" @${SED} -e 's/^@comment ELF-only://' ${PKGDIR}/PLIST >${PLIST} .endif + @# Keep from running `autoconf' and `autoheader' since we modified + @# configure.in by patching it. + @touch ${WRKSRC}/gcc/configure + @touch ${WRKSRC}/gcc/cstamp-h.in pre-install: ${MKDIR} ${PREFIX}/info |