From owner-cvs-all Thu Dec 2 15:44:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE2B414A05; Thu, 2 Dec 1999 15:44:26 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA51428; Thu, 2 Dec 1999 15:43:09 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <199912022343.PAA51428@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 2 Dec 1999 15:43:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/12/02 15:43:09 PST Modified files: usr.sbin/config mkmakefile.c Log: When specifying additiona user-specified kernel compilation source files in a 'files.XXX' file, config allows non-FreeBSD source files with the same name as a FreeBSD source file to override the latter, and in this situation it issues a warning. However, if one of the user-specified files is actually a FreeBSD source file (perhaps your kernel has some custom option that requires that file), config mistakenly thinks it's a completely new file and goes ahead and overrides all previous information for that file (and issues the warning). Fix this. With help from: julian Revision Changes Path 1.48 +2 -2 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message