Date: Mon, 28 Oct 1996 20:43:20 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-current@FreeBSD.org (FreeBSD-current users) Cc: bsdcur@shadows.aeon.net (mika ruohotie) Subject: Re: question... Message-ID: <199610281943.UAA01405@uriah.heep.sax.de> In-Reply-To: <199610280931.LAA15942@shadows.aeon.net> from mika ruohotie at "Oct 28, 96 11:31:26 am"
next in thread | previous in thread | raw e-mail | index | archive | help
As mika ruohotie wrote: > first i should make a new kernel, then make the 'make' (ofcourse i tell > 'rm -rf /usr/obj' first) or am i not right? what then? i doubt the 'make > world' would go thru nicely... I found, when in doubt, running `make -k world', followed by `make world' is a good workaround for chicken-and-egg problems (like building libs including libstdc++ where the latter requires the new gcc first). Of course, if you wanna save time, you can `make' the various steps manually, without duplicating so much work as a `make world' does. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610281943.UAA01405>