Module Name:    src
Committed By:   he
Date:           Tue Jun  9 11:06:10 UTC 2009

Modified Files:
        src/distrib/sparc/ramdisk: Makefile list
        src/sys/arch/sparc/conf: INSTALL

Log Message:
Add -lprop to the ramdisk build, so that it builds again, due to
recent changes in newfs.  Bump the ramdisk size from 1536 to 1800
blocks as a consequence.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/sparc/ramdisk/Makefile
cvs rdiff -u -r1.18 -r1.19 src/distrib/sparc/ramdisk/list
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sparc/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc/ramdisk/Makefile
diff -u src/distrib/sparc/ramdisk/Makefile:1.40 src/distrib/sparc/ramdisk/Makefile:1.41
--- src/distrib/sparc/ramdisk/Makefile:1.40	Wed Jun 25 03:33:06 2008
+++ src/distrib/sparc/ramdisk/Makefile	Tue Jun  9 11:06:09 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.40 2008/06/25 03:33:06 matt Exp $
+#	$NetBSD: Makefile,v 1.41 2009/06/09 11:06:09 he Exp $
 #
 # ramdisk.fs is the microroot filesystem intended for use with
 # the INSTALL kernel. It provides just enough tools to extract the
@@ -10,7 +10,7 @@
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	1536b
+IMAGESIZE=	1800b
 
 WARNS=		1
 DBG=		-Os

Index: src/distrib/sparc/ramdisk/list
diff -u src/distrib/sparc/ramdisk/list:1.18 src/distrib/sparc/ramdisk/list:1.19
--- src/distrib/sparc/ramdisk/list:1.18	Wed Jun 26 16:17:41 2002
+++ src/distrib/sparc/ramdisk/list	Tue Jun  9 11:06:09 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.18 2002/06/26 16:17:41 grant Exp $
+#	$NetBSD: list,v 1.19 2009/06/09 11:06:09 he Exp $
 
 SRCDIRS bin sbin usr.bin usr.sbin
 
@@ -25,7 +25,7 @@
 SPECIAL	gzip		srcdir distrib/utils/x_gzip
 SPECIAL	umount		srcdir distrib/utils/x_umount
 
-LIBS	libhack.o -lz -ll -lutil -lrmt
+LIBS	libhack.o -lz -ll -lutil -lrmt -lprop
 
 COPY	${CURDIR}/dot.profile .profile
 

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.68 src/sys/arch/sparc/conf/INSTALL:1.69
--- src/sys/arch/sparc/conf/INSTALL:1.68	Tue May  5 23:58:50 2009
+++ src/sys/arch/sparc/conf/INSTALL	Tue Jun  9 11:06:09 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.68 2009/05/05 23:58:50 macallan Exp $
+#	$NetBSD: INSTALL,v 1.69 2009/06/09 11:06:09 he Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -19,7 +19,7 @@
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
 ## The miniroot size must be kept in sync manually with the size of
 ## the `ramdisk' image (which is built in distrib/sparc/ramdisk).
-options 	MEMORY_DISK_ROOT_SIZE=1536	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=1800	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 pseudo-device	md		1	# memory disk device (ramdisk)

Reply via email to