From owner-cvs-all Wed Nov 3 1:29:44 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id BD0AE15542; Wed, 3 Nov 1999 01:29:39 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id KAA98002; Wed, 3 Nov 1999 10:29:15 +0100 (CET) (envelope-from des) To: Simon Shapiro Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/i386/conf LINTsrc/sys/netinet ip_input.c References: <199911012223.OAA36525@freefall.freebsd.org> <381F6D9A.8D585244@simon-shapiro.org> From: Dag-Erling Smorgrav Date: 03 Nov 1999 10:29:14 +0100 In-Reply-To: Simon Shapiro's message of "Tue, 02 Nov 1999 18:02:50 -0500" Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Simon Shapiro writes: > This broke building otherwise valid kernels. > > The following is from RELENG_3 make depend: > > ../../netinet/ip_input.c:45: opt_ipstealth.h: No such file or directory > mkdep: compile failed You shouldn't be seeing this. src/sys/conf/options lists IPSTEALTH, so config(8) should generate opt_ipstealth.h even if you don't use the option in your kernel. You must have bungled your update. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message