From owner-freebsd-current Mon Oct 28 12:01:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA27773 for current-outgoing; Mon, 28 Oct 1996 12:01:37 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA27750 for ; Mon, 28 Oct 1996 12:01:22 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id UAA05074; Mon, 28 Oct 1996 20:51:58 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id UAA05120; Mon, 28 Oct 1996 20:51:57 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id UAA01405; Mon, 28 Oct 1996 20:43:20 +0100 (MET) From: J Wunsch Message-Id: <199610281943.UAA01405@uriah.heep.sax.de> Subject: Re: question... To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Mon, 28 Oct 1996 20:43:20 +0100 (MET) Cc: bsdcur@shadows.aeon.net (mika ruohotie) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199610280931.LAA15942@shadows.aeon.net> from mika ruohotie at "Oct 28, 96 11:31:26 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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. ;-)