Date: Thu, 27 Feb 2003 01:42:56 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: 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 Message-ID: <20030226234256.GB77663@sunbay.com> In-Reply-To: <200302262336.h1QNaxEO023353@repoman.freebsd.org> References: <200302262336.h1QNaxEO023353@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 26, 2003 at 03:36:59PM -0800, Ruslan Ermilov wrote: > ru 2003/02/26 15:36:59 PST >=20 > Modified files: > usr.sbin/config config.y lang.l=20 > sys/conf makeLINT.sed=20 > sys/alpha/conf Makefile=20 > sys/i386/conf Makefile NOTES=20 > sys/pc98/conf Makefile NOTES=20 > sys/sparc64/conf Makefile NOTES=20 > Added files: > sys/conf makeLINT.mk=20 > Log: > Implemented "nooption" and "nomakeoption" config(8) tokens. > Fixed memory leak in the "nodevice" option implementation. > =20 > Use these instead of sed(1) in MD NOTES. > =20 > 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}.) > =20 > Fixed bugs in the previous NOTES conversion using the > "nodevice" token and sed(1): > =20 > - i386 LINT lost "device pst". > =20 > - pc98 LINT lost SC_*, MAXCONS and KBD_DISABLE_KEYMAP_LOAD > options, and got needless DPT_* options. > =20 > - Added nooptions PPC_DEBUG, PPC_PROBE_CHIPSET, KBD_INSTALL_CDEV > to sparc64 LINT so that it has a chance to config(8). > =20 > This basically returns us to where we were before. > =20 =2E.. as the +/- grand total for this change probably suggests. :) > 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 --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XVEAUkv4P6juNwoRAjywAKCADr5zKLEj5kFDcq5Oydc3/NJ/qQCbBVmt Xh2yLdL8WFkyD9J1tqrwNXw= =jCGs -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030226234256.GB77663>