Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2001 11:27:58 +0900 (JST)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        marcel@cup.hp.com
Cc:        current@FreeBSD.org
Subject:   Re: Fix sysinstall problem
Message-ID:  <20010925.112758.68560699.yosihiro@cc.kogakuin.ac.jp>
In-Reply-To: <20010924120009.A32943@gauss.cup.hp.com>
References:  <20010924.165316.74191154.yosihiro@cc.kogakuin.ac.jp> <20010924120009.A32943@gauss.cup.hp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <20010924120009.A32943@gauss.cup.hp.com>
Marcel Moolenaar <marcel@cup.hp.com> 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




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