Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2002 07:46:51 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21964 for review
Message-ID:  <200212051546.gB5Fkp4b095525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21964

Change 21964 by green@green_laptop_2 on 2002/12/05 07:46:38

	Build and install both the new UFS2-capable boot loader and
	the old, small one (as /boot/boot2-ufs1).

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/boot/i386/Makefile#5 edit
.. //depot/projects/trustedbsd/mac/sys/boot/i386/boot2-ufs1/Makefile#1 add
.. //depot/projects/trustedbsd/mac/sys/boot/i386/boot2/Makefile#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/boot/i386/Makefile#5 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: src/sys/boot/i386/Makefile,v 1.18 2002/06/21 10:59:57 phk Exp $
 
-SUBDIR=		mbr boot0 btx boot2 cdboot kgzldr libi386 loader
+SUBDIR=		mbr boot0 btx boot2 boot2-ufs1 cdboot kgzldr libi386 loader
 
 # special boot programs, 'self-extracting boot2+loader'
 SUBDIR+=	pxeldr

==== //depot/projects/trustedbsd/mac/sys/boot/i386/boot2/Makefile#6 (text+ko) ====

@@ -30,7 +30,7 @@
 
 # Setting this to anything else gives UFS1+2 support and larger
 # boot2 binary.
-BOOT2_UFS?=	UFS1_ONLY
+BOOT2_UFS?=	yes
 
 CFLAGS=	-elf -ffreestanding -Os -fno-builtin \
 	-fno-guess-branch-probability \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212051546.gB5Fkp4b095525>