On Tue, Mar 02, 2010 at 08:40:47PM +0100, Marc Espie wrote:
> On Tue, Mar 02, 2010 at 01:17:09PM -0600, Bryan wrote:
> > [...]
> 
> #! /bin/sh
> set -e

> cd /usr/obj && rm -rf *
> cd /usr/xobj && rm -rf *

Stupid question: Is that even necessary before building a kernel
on i386?

I know mac68k/m68k archs will make /usr/src/sys/arch/m68k/fpsp as
part of a kernel build. And annoyingly, if you didn't "make obj"
in that folder first, your next "cvs up" will be peppered with ?
lines.

Any other arch is "special" in that way?


> cd /usr/build && rm -rf *
> cp /usr/src/sys/arch/i386/conf/GENERIC.MP .
> config -s /usr/src/sys -b . GENERIC.MP
> make clean && make depend && make && make install



-- 
Hugo Villeneuve <h...@eintr.net>
http://EINTR.net/ 

Reply via email to