Update it again *sigh* ... still trouble with my snapshot's ELF in building

the ramdisc but eventually the all-ELF ramdisc got build by an a.out
system...
This commit is contained in:
reinoud 2001-11-09 01:42:14 +00:00
parent 0000c94242
commit 411b3e63cf
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2001/11/08 22:18:49 reinoud Exp $
# $NetBSD: Makefile,v 1.20 2001/11/09 01:42:14 reinoud Exp $
TOP= ${.CURDIR}/..
@ -42,7 +42,7 @@ all: ${AUXTARGETS} ${CBIN}
dd if=/dev/zero of=${IMAGE} count=${RDSIZE}
vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
disklabel -rw ${VND_CRDEV} ${DISKTYPE}
newfs -B le -m 0 -o space -i 5152 -c 100 -s${RDSIZE} ${VND_DEV}
newfs -B le -m 0 -o space -i 5152 -c 104 -s${RDSIZE} ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
${MTREE} -def ${.CURDIR}/${MTREECONF} -p ${MOUNT_POINT}/ -u
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \