From owner-cvs-src Wed Feb 26 15:37: 2 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4250937B401; Wed, 26 Feb 2003 15:37:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D686C43FA3; Wed, 26 Feb 2003 15:36:59 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1QNax0U023354; Wed, 26 Feb 2003 15:36:59 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1QNaxEO023353; Wed, 26 Feb 2003 15:36:59 -0800 (PST) Message-Id: <200302262336.h1QNaxEO023353@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 26 Feb 2003 15:36:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.y lang.l src/sys/conf makeLINT.mk makeLINT.sed src/sys/alpha/conf Makefile src/sys/i386/conf Makefile NOTES src/sys/pc98/conf Makefile NOTES src/sys/sparc64/conf Makefile NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/02/26 15:36:59 PST Modified files: usr.sbin/config config.y lang.l sys/conf makeLINT.sed sys/alpha/conf Makefile sys/i386/conf Makefile NOTES sys/pc98/conf Makefile NOTES sys/sparc64/conf Makefile NOTES Added files: sys/conf makeLINT.mk Log: Implemented "nooption" and "nomakeoption" config(8) tokens. Fixed memory leak in the "nodevice" option implementation. Use these instead of sed(1) in MD NOTES. Use a single makefile (sys/conf/makeLINT.mk) to generate LINT for all architectures. (Previous versions missed the LINT dependency on Makefile, and i386 version also missed the dependency on ${NOTES}.) Fixed bugs in the previous NOTES conversion using the "nodevice" token and sed(1): - i386 LINT lost "device pst". - pc98 LINT lost SC_*, MAXCONS and KBD_DISABLE_KEYMAP_LOAD options, and got needless DPT_* options. - Added nooptions PPC_DEBUG, PPC_PROBE_CHIPSET, KBD_INSTALL_CDEV to sparc64 LINT so that it has a chance to config(8). This basically returns us to where we were before. Revision Changes Path 1.3 +1 -9 src/sys/alpha/conf/Makefile 1.1 +11 -0 src/sys/conf/makeLINT.mk (new) 1.3 +1 -1 src/sys/conf/makeLINT.sed 1.9 +1 -9 src/sys/i386/conf/Makefile 1.1077 +5 -0 src/sys/i386/conf/NOTES 1.3 +1 -40 src/sys/pc98/conf/Makefile 1.3 +22 -0 src/sys/pc98/conf/NOTES 1.2 +1 -41 src/sys/sparc64/conf/Makefile 1.2 +46 -0 src/sys/sparc64/conf/NOTES 1.60 +11 -2 src/usr.sbin/config/config.y 1.35 +3 -1 src/usr.sbin/config/lang.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message