fix a comment; normalise.
This commit is contained in:
parent
0fcc88b5a2
commit
113e3b6075
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.10 2003/11/27 01:05:32 mrg Exp $
|
# $NetBSD: Makefile,v 1.11 2003/11/27 10:21:24 mrg Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -23,7 +23,6 @@ INSTALL_TARGET= install-gcc
|
|||||||
CCADDFLAGS= -isystem ${DESTDIR}/usr/include -isystem-cxx ${DESTDIR}/usr/include/g++ -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/
|
CCADDFLAGS= -isystem ${DESTDIR}/usr/include -isystem-cxx ${DESTDIR}/usr/include/g++ -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/
|
||||||
|
|
||||||
NEWCONFIGDIR?= ${.CURDIR}/../..
|
NEWCONFIGDIR?= ${.CURDIR}/../..
|
||||||
|
|
||||||
MKNATIVE?= ${.CURDIR}/mknative-gcc
|
MKNATIVE?= ${.CURDIR}/mknative-gcc
|
||||||
|
|
||||||
bootstrap-libgcc: .configure_done
|
bootstrap-libgcc: .configure_done
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: mknative-gcc,v 1.9 2003/11/27 01:05:45 mrg Exp $
|
# $NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp $
|
||||||
#
|
#
|
||||||
# Shell script for generating all the constants needed for a native
|
# Shell script for generating all the constants needed for a native
|
||||||
# platform build of src/gnu/dist/toolchain.
|
# platform build of src/gnu/dist/gcc.
|
||||||
#
|
#
|
||||||
|
|
||||||
# initialise
|
# initialise
|
||||||
|
Loading…
Reference in New Issue
Block a user