Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/sparc/bootfs Pull up rev. 1.11 from trunk.



details:   https://anonhg.NetBSD.org/src/rev/693b7b36c1b4
branches:  netbsd-1-4
changeset: 468127:693b7b36c1b4
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Apr 08 21:18:03 1999 +0000

description:
Pull up rev. 1.11 from trunk.

diffstat:

 distrib/sparc/bootfs/Makefile |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 0c46b325e0fd -r 693b7b36c1b4 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile     Thu Apr 08 18:37:54 1999 +0000
+++ b/distrib/sparc/bootfs/Makefile     Thu Apr 08 21:18:03 1999 +0000
@@ -1,11 +1,10 @@
-#      $NetBSD: Makefile,v 1.10 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.10.2.1 1999/04/08 21:18:03 pk Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
 
 .include "${TOP}/Makefile.inc"
 
-IMAGE=         boot${REV}.fs
 KERN=          ${TOP}/../../sys/arch/sparc/compile/INSTALL/netbsd
 
 MOUNT_POINT?=  /mnt
@@ -16,14 +15,13 @@
 VND_CRDEV=     /dev/r${VND}c
 FD?=           fd0
 FD_RDEV=       /dev/r${FD}a
-IMAGE?=                xxx.fs
-KERN?=         netbsd-xxx
+IMAGE?=                boot-${REV}.fs
 MDEC=          ${DESTDIR}/usr/mdec
 
 LISTS=         ${.CURDIR}/list
 RAMDISK!=      cd ${TOP}/ramdisk/; \
-                   printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
-                   ${MAKE} -s -f-
+               printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk-${REV}.fs\n" |\
+               ${MAKE} -s -f-
 
 DISKTYPE=      floppy
 
@@ -32,7 +30,7 @@
 #   6144       1147k, 189 inodes free
 #  16384       1159k,  93 inodes free
 # 204800       1167k,  29 inodes free
-INO_BYTES?=    204800
+INO_BYTES=     204800
 
 CLEANFILES+=   netbsd.ram.gz netbsd.tmp
 



Home | Main Index | Thread Index | Old Index