In article <[EMAIL PROTECTED]>
Marcel Moolenaar <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to