From owner-freebsd-questions Sun Sep 23 12:29: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from globalrelay.com (h216-18-71-77.gtcust.grouptelecom.net [216.18.71.77]) by hub.freebsd.org (Postfix) with ESMTP id F3D1937B41F for ; Sun, 23 Sep 2001 12:28:59 -0700 (PDT) Received: from [24.76.149.87] (HELO cns) by globalrelay.com (CommuniGate Pro SMTP 3.4.7) with SMTP id 698204 for Freebsd-questions@freebsd.org; Sun, 23 Sep 2001 12:28:58 -0700 Message-ID: <008701c14465$caef4a70$57954c18@cns> From: "Eric Parusel" To: Subject: Compiling 4.4 kernel, name problems? Date: Sun, 23 Sep 2001 12:27:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've just come across something a little odd.... I use the name CUSTOM for my kernel when creating a custom kernel config, copied from GENERIC..... When my kernel config file is named CUSTOM, I get this error.... (even if CUSTOM is the same as GENERIC apart from the ident line) ---------------------------------------------------------------------- -------- # make buildkernel KERNCONF=CUSTOM ===> ipfilter make: don't know how to make /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CUSTOM. *** Error code 1 Stop in /usr/src. *** Error code 1 ---------------------------------------------------------------------- -------- If I `cp CUSTOM CUST` and change all references from CUSTOM to CUST inside the CUST file, the compile works fine.... GENERIC works fine as well. CUST and CUSTOM are exactly the same as GENERIC, apart from having the ident line changed to suit the filename inside the file. Any ideas? Is the name CUSTOM for a kernel config not allowed or something? Thanks, Eric Parusel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message