Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Feb 2004 02:33:29 +0100
From:      Danny Pansters <danny@ricin.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: kernel compile error
Message-ID:  <200402290233.29557.danny@ricin.com>
In-Reply-To: <20040229004003.671092B4DA4@mail.evilcoder.org>
References:  <20040229004003.671092B4DA4@mail.evilcoder.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 29 February 2004 01:39, Remko Lodder wrote:
> Hi dude,
>
> It's not harmfull to replay the whole process,
> The way i do it is go to the dir
>
> cd /usr/src/sys/i386/conf/
> edit the GENERIC file,
> cd ../compile/GENERIC
> make clean && make depend && make && make install
> the && makes sure the next command only get's runned when
> the previous command complete succesfully or returned status 0 (success in
> almost every case :))

You shouldn't do this while in a 'make world' cycle. (or if you insist do it 
from /usr/obj instead)


HTH,

Dan



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