Build fdformat on a MACHINE_ARCH not MACHINE basis

This commit is contained in:
abs 2009-02-14 22:46:05 +00:00
parent 1ead3177d3
commit 46ffce41c5
8 changed files with 16 additions and 15 deletions

View File

@ -1,5 +1,6 @@
# $NetBSD: ad.arm,v 1.11 2009/01/17 17:05:17 mjf Exp $
# $NetBSD: ad.arm,v 1.12 2009/02/14 22:46:05 abs Exp $
./sbin/ldconfig base-sysutil-root pic
./usr/bin/fdformat base-util-bin
./usr/lib/libarm.so base-sys-shlib pic
./usr/lib/libarm.so.0 base-sys-shlib pic
./usr/lib/libarm.so.0.0 base-sys-shlib pic

View File

@ -1,8 +1,9 @@
# $NetBSD: ad.armeb,v 1.3 2004/09/14 18:42:24 thorpej Exp $
# $NetBSD: ad.armeb,v 1.4 2009/02/14 22:46:05 abs Exp $
#
# The armeb MACHINE_ARCH never existed in NetBSD as a.out, so we
# skip the old a.out compatibility tools.
#
./usr/bin/fdformat base-util-bin
./usr/lib/libarm.so base-sys-shlib
./usr/lib/libarm.so.0 base-sys-shlib
./usr/lib/libarm.so.0.0 base-sys-shlib

View File

@ -1,2 +1,3 @@
# $NetBSD: ad.m68k,v 1.16 2009/02/14 11:33:56 abs Exp $
# $NetBSD: ad.m68k,v 1.17 2009/02/14 22:46:05 abs Exp $
./sbin/edlabel base-sysutil-root
./usr/bin/fdformat base-util-bin

View File

@ -0,0 +1,2 @@
# $NetBSD: ad.powerpc,v 1.1 2009/02/14 22:46:05 abs Exp $
./usr/bin/fdformat base-util-bin

View File

@ -1,6 +1,5 @@
# $NetBSD: md.acorn32,v 1.11 2008/11/29 17:57:33 tsutsui Exp $
# $NetBSD: md.acorn32,v 1.12 2009/02/14 22:46:05 abs Exp $
./dev/beep base-obsolete obsolete
./usr/bin/fdformat base-util-bin
./usr/mdec/boot32 base-sysutil-bin
./usr/mdec/boot32,ffa base-sysutil-bin
./usr/mdec/nbfs base-sysutil-bin

View File

@ -1,8 +1,7 @@
# $NetBSD: md.atari,v 1.51 2009/02/14 11:33:56 abs Exp $
# $NetBSD: md.atari,v 1.52 2009/02/14 22:46:05 abs Exp $
./sbin/ahdilabel base-sysutil-root
./sbin/binpatch base-sysutil-root
./sbin/edahdi base-sysutil-root
./usr/bin/fdformat base-util-bin
./usr/bin/msconfig base-util-bin
./usr/mdec/installboot base-sysutil-bin
./usr/mdec/milan base-sysutil-bin

View File

@ -1,6 +1,5 @@
# $NetBSD: md.bebox,v 1.18 2008/11/29 17:57:33 tsutsui Exp $
# $NetBSD: md.bebox,v 1.19 2009/02/14 22:46:05 abs Exp $
./dev/pms0 base-obsolete obsolete
./usr/bin/fdformat base-util-bin
./usr/mdec/boot base-sysutil-root
./usr/mdec/elf2pef base-obsolete obsolete
./usr/mdec/mkbootimage base-sysutil-root

View File

@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.9 2004/04/23 14:50:00 christos Exp $
# $NetBSD: Makefile,v 1.10 2009/02/14 22:46:05 abs Exp $
WARNS=3
.if (${MACHINE} == "acorn32" || \
${MACHINE_ARCH} == "alpha" || \
${MACHINE} == "cats" || \
${MACHINE} == "atari" || \
${MACHINE} == "bebox" || \
.if (${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64")