From owner-p4-projects Thu Dec 5 7:51:14 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6967137B404; Thu, 5 Dec 2002 07:51:12 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0928337B401 for ; Thu, 5 Dec 2002 07:51:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73E043EA9 for ; Thu, 5 Dec 2002 07:51:11 -0800 (PST) (envelope-from green@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB5FkpmV095528 for ; Thu, 5 Dec 2002 07:46:51 -0800 (PST) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB5Fkp4b095525 for perforce@freebsd.org; Thu, 5 Dec 2002 07:46:51 -0800 (PST) Date: Thu, 5 Dec 2002 07:46:51 -0800 (PST) Message-Id: <200212051546.gB5Fkp4b095525@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 21964 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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