Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 1998 10:56:33 -0600
From:      Warner Losh <imp@village.org>
To:        smoergrd@oslo.geco-prakla.slb.com (Dag-Erling Coidan Sm rgrav)
Cc:        jim@reptiles.org (Jim Mercer), freebsd-hackers@FreeBSD.ORG
Subject:   Re: proposed modification to /sbin/mount 
Message-ID:  <199807301656.KAA09138@harmony.village.org>
In-Reply-To: Your message of "30 Jul 1998 09:49:46 %2B0200." <rx490lbzskl.fsf@oslo.geco-prakla.slb.com> 
References:  <rx490lbzskl.fsf@oslo.geco-prakla.slb.com>  <m0z1d7s-0007zYC@mailbox.reptiles.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <rx490lbzskl.fsf@oslo.geco-prakla.slb.com> Dag-Erling Coidan Sm rgrav writes:
: Bzzzt, wrong. You should compile your kernel *after* make world, or
: it's going to get built with the wrong includes, not to mention
: potential problems with config being out of sync.

No.  That is not correct.  The entire kernel only uses files in the
kernel tree.

In fact, I've built several kernels w/o doing a make world.  I test
booted them until I got one that worked, then booted single user and
did a make world.  I also switched to CAM from a very old -current
system.

The only problem with this is that there are some interesting
dependencies witht he aic7xxx assembler that really want to have the
includes installed.  It uses the queue macros, which changed between
the Oct -current I was running and the july 20ish cam source base I
started installing on this machine.  Sadly, there was no simple or
trivial fix for this :-(.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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