From owner-cvs-all Sun Jan 21 23: 3:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA0D637B401; Sun, 21 Jan 2001 23:03:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M736782277; Sun, 21 Jan 2001 23:03:06 -0800 (PST) (envelope-from peter) Message-Id: <200101220703.f0M736782277@freefall.freebsd.org> From: Peter Wemm Date: Sun, 21 Jan 2001 23:03:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/21 23:03:06 PST Modified files: usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c Log: Clean up some obsolete stuff. config -r has not been needed since around FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. Convert warnings into actual errors in the hope that buildkernel users will pay more attention. :-( Revision Changes Path 1.26 +2 -7 src/usr.sbin/config/config.8 1.48 +6 -9 src/usr.sbin/config/config.y 1.43 +4 -28 src/usr.sbin/config/main.c 1.18 +2 -2 src/usr.sbin/config/mkheaders.c 1.59 +3 -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