Date: Thu, 2 Dec 1999 15:43:09 -0800 (PST) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config mkmakefile.c Message-ID: <199912022343.PAA51428@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912022343.PAA51428>
