From owner-freebsd-current Mon Sep 24 19:40:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from sin.cc.kogakuin.ac.jp (sin.cc.kogakuin.ac.jp [133.80.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 2994A37B420 for ; Mon, 24 Sep 2001 19:40:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by sin.cc.kogakuin.ac.jp (8.9.3/3.7W) with ESMTP id LAA19586; Tue, 25 Sep 2001 11:30:07 +0900 (JST) Date: Tue, 25 Sep 2001 11:27:58 +0900 (JST) Message-Id: <20010925.112758.68560699.yosihiro@cc.kogakuin.ac.jp> To: marcel@cup.hp.com Cc: current@FreeBSD.org Subject: Re: Fix sysinstall problem From: Takahashi Yoshihiro In-Reply-To: <20010924120009.A32943@gauss.cup.hp.com> References: <20010924.165316.74191154.yosihiro@cc.kogakuin.ac.jp> <20010924120009.A32943@gauss.cup.hp.com> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <20010924120009.A32943@gauss.cup.hp.com> Marcel Moolenaar writes: > On Mon, Sep 24, 2001 at 04:53:16PM +0900, Takahashi Yoshihiro wrote: > > > > It uses the boot programs in /boot. So, even if we change boot0 and/or > > mbr, the new sysinstall includes old one. And, it breaks cross > > building, too. > > > > I have made the patch to fix this problem. It adds a new target "boot" > > into Makefile.inc1. Because, the boot programs must be made after > > "cross-tools" target and before "par-depend" target. > > I'm not sure this is the right way to do it. Aren't we already building > sys/boot as part of buildworld? No. The boot0 and mbr images are needed for making makedevs.c. And, makedes.c is made by depend target. So, we need building boot images before running depend target (of course, before all target). --- TAKAHASHI Yoshihiro THE CENTER for INFORMATION SCIENCE, Kogakuin Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message