PERFORCE change 21964 for review

Brian Feldman green at freebsd.org
Thu Dec 5 15:46:51 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=21964

Change 21964 by green at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list