The bootloader names appeared in many more places than I originally

thought.  This commit should, finally, take care of all instances.
This commit is contained in:
sekiya 2003-11-13 14:07:38 +00:00
parent 9b10e90d9a
commit c516224170
4 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc.xxx,v 1.3 2003/11/13 02:33:39 sekiya Exp $
# $NetBSD: Makefile.inc.xxx,v 1.4 2003/11/13 14:07:38 sekiya Exp $
DBG= -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
@ -18,8 +18,8 @@ IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.iris-ansi \
# Write preliminary Label so that newfs succeeds when updating label.
PRELABEL=${DESTDIR}/sbin/disklabel -w ${VND} ${DISKTYPE} ; \
${DESTDIR}/usr/mdec/sgivol -if ${VND} ;\
${DESTDIR}/usr/mdec/sgivol -wf boot /usr/mdec/boot ${VND} ; \
${DESTDIR}/usr/mdec/sgivol -wf boot.elf /usr/mdec/boot.elf ${VND} ; \
${DESTDIR}/usr/mdec/sgivol -wf boot.ip32 /usr/mdec/boot.ip32 ${VND}
${DESTDIR}/usr/mdec/sgivol -wf aoutboot /usr/mdec/aoutboot ${VND} ; \
${DESTDIR}/usr/mdec/sgivol -wf ip2xboot /usr/mdec/ip2xboot ${VND} ; \
${DESTDIR}/usr/mdec/sgivol -wf ip3xboot /usr/mdec/ip3xboot ${VND}
image_md_post:

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.3 2002/12/30 14:55:28 pooka Exp $
# $NetBSD: list,v 1.4 2003/11/13 14:07:38 sekiya Exp $
# extras in bin
PROG bin/csh
@ -29,9 +29,9 @@ SPECIAL sgivol srcdir sys/arch/sgimips/stand/sgivol
SYMLINK /tmp var/tmp
# we need the contents of /usr/mdec
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
COPY ${DESTDIR}/usr/mdec/boot.elf usr/mdec/boot.elf
COPY ${DESTDIR}/usr/mdec/boot.ip32 usr/mdec/boot.ip32
COPY ${DESTDIR}/usr/mdec/aoutboot usr/mdec/aoutboot
COPY ${DESTDIR}/usr/mdec/ip2xboot usr/mdec/ip2xboot
COPY ${DESTDIR}/usr/mdec/ip3xboot usr/mdec/ip3xboot
# the zoneinfo (dont use)
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2003/11/13 13:18:56 sekiya Exp $
# $NetBSD: Makefile,v 1.6 2003/11/13 14:07:38 sekiya Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -20,8 +20,8 @@ MAKEDEVTARGETS= minimal pty0
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.hdprofile dot.profile \
${.CURDIR}/../miniroot/termcap.iris-ansi \
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/boot.elf \
${DESTDIR}/usr/mdec/boot.ip32 \
${DESTDIR}/usr/mdec/aoutboot ${DESTDIR}/usr/mdec/ip2xboot \
${DESTDIR}/usr/mdec/ip3xboot \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
${NETBSDSRCDIR}/etc/services

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.3 2002/12/30 14:55:29 pooka Exp $
# $NetBSD: list,v 1.4 2003/11/13 14:07:38 sekiya Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
@ -61,9 +61,9 @@ SPECIAL ping srcdir distrib/utils/x_ping
LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
# we need the boot blocks /usr/mdec
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
COPY ${DESTDIR}/usr/mdec/boot.elf usr/mdec/boot.elf
COPY ${DESTDIR}/usr/mdec/boot.ip32 usr/mdec/boot.ip32
COPY ${DESTDIR}/usr/mdec/aoutboot usr/mdec/aoutboot
COPY ${DESTDIR}/usr/mdec/ip2xboot usr/mdec/ip2xboot
COPY ${DESTDIR}/usr/mdec/ip3xboot usr/mdec/ip3xboot
# various files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group