Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/arm32/ramdisk Update it again *sigh* ... still troub...
details: https://anonhg.NetBSD.org/src/rev/d997d7b67871
branches: trunk
changeset: 517231:d997d7b67871
user: reinoud <reinoud%NetBSD.org@localhost>
date: Fri Nov 09 01:42:14 2001 +0000
description:
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...
diffstat:
distrib/arm32/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c9838f5fa6d2 -r d997d7b67871 distrib/arm32/ramdisk/Makefile
--- a/distrib/arm32/ramdisk/Makefile Fri Nov 09 00:38:57 2001 +0000
+++ b/distrib/arm32/ramdisk/Makefile Fri Nov 09 01:42:14 2001 +0000
@@ -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 @@
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} \
Home |
Main Index |
Thread Index |
Old Index