extract the bintils VERSION.

call the new make targets "native-gcc", etc.
This commit is contained in:
mrg 2003-03-05 06:17:17 +00:00
parent ba44f83888
commit 94594f5e48
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2003/03/05 05:28:29 mrg Exp $
# $NetBSD: Makefile,v 1.26 2003/03/05 06:17:17 mrg Exp $
.include <bsd.own.mk>
@ -37,17 +37,17 @@ native: .native/.configure_done
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative all \
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
mknative-binutils: .native/.configure_done
native-binutils: .native/.configure_done
@echo 'Extracting GNU binutils configury for a native toolchain.'
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative binutils \
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
mknative-gcc: .native/.configure_done
native-gcc: .native/.configure_done
@echo 'Extracting GNU GCC configury for a native toolchain.'
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative gcc \
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
mknative-gdb: .native/.configure_done
native-gdb: .native/.configure_done
@echo 'Extracting GNU GDB configury for a native toolchain.'
@MAKE=${MAKE:Q} sh ${.CURDIR}/mknative gdb \
${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: mknative,v 1.11 2003/03/05 05:28:29 mrg Exp $
# $NetBSD: mknative,v 1.12 2003/03/05 06:17:17 mrg Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/toolchain.
@ -189,7 +189,7 @@ get_binutils () {
{
getvars binutils/Makefile \
DEFS INCLUDES PROGRAMS
VERSION DEFS INCLUDES PROGRAMS
getvars binutils/doc/Makefile \
man_MANS TEXINFOS