From owner-freebsd-current Sat Nov 16 10:18:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA10899 for current-outgoing; Sat, 16 Nov 1996 10:18:51 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA10894 for ; Sat, 16 Nov 1996 10:18:48 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id FAA24323; Sun, 17 Nov 1996 05:03:49 +1100 Date: Sun, 17 Nov 1996 05:03:49 +1100 From: Bruce Evans Message-Id: <199611161803.FAA24323@godzilla.zeta.org.au> To: freebsd-current@freebsd.org, j@uriah.heep.sax.de Subject: Re: kernel compile Cc: croot@btp1da.phy.uni-bayreuth.de Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >As Werner Griessl wrote: >> >> Cannot compile current kernel because: >> >> ../../i386/i386/identcpu.c:42: opt_temporary.h: No such file or directory >> *** Error code 1 > >``Don't forget to make depend.'' > >:-) > >(For those who don't understand the joke, the above reminder used to >be spit out by `config' previously.) I had a lot of trouble understanding the joke :-). I think you meant to write: ``Don't forget to run the clobbering version of config when changing options, since the non-clobbering version won't remove old options files so the kernel build environment won't be standard enough for testing in.'' Bruce