Sprinkle some .WAIT's
This commit is contained in:
parent
008e9cfd5f
commit
e6f6b92da4
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.11 2002/03/29 06:46:34 matt Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2002/03/31 17:27:43 matt Exp $
|
||||
|
||||
.include <bsd.own.mk> # Use /etc/mk.conf.
|
||||
|
||||
ITARGET= ${RELEASEDIR}/installation
|
||||
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
|
||||
|
||||
SUBDIR= ramdisk ramdisk-kernel floppy #inst tk50 rx50 rx33
|
||||
SUBDIR= ramdisk .WAIT ramdisk-kernel .WAIT floppy
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
@ -13,8 +13,6 @@ INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel && ${PRINTOBJDIR}
|
|||
FLOPPYOBJ != cd ${.CURDIR}/floppy && ${PRINTOBJDIR}
|
||||
|
||||
release: check_RELEASEDIR
|
||||
.if ${OBJECT_FMT} != "ELF"
|
||||
${IINST} ${DESTDIR}/usr/mdec/boot.mop ${ITARGET}/netboot/
|
||||
.endif
|
||||
${IINST} ${DESTDIR}/usr/mdec/boot ${ITARGET}/netboot/
|
||||
${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
|
||||
${IINST} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/
|
||||
|
|
Loading…
Reference in New Issue