From 94594f5e48b806a40bdd9d7e73967c2b3917e82c Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 5 Mar 2003 06:17:17 +0000 Subject: [PATCH] extract the bintils VERSION. call the new make targets "native-gcc", etc. --- tools/toolchain/Makefile | 8 ++++---- tools/toolchain/mknative | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/toolchain/Makefile b/tools/toolchain/Makefile index f62e95c1238d..987d267029b9 100644 --- a/tools/toolchain/Makefile +++ b/tools/toolchain/Makefile @@ -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 @@ -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} diff --git a/tools/toolchain/mknative b/tools/toolchain/mknative index dcf824ebf00b..a716cca7d7b4 100755 --- a/tools/toolchain/mknative +++ b/tools/toolchain/mknative @@ -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