Date: Wed, 26 Feb 2003 15:36:59 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> 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 Message-ID: <200302262336.h1QNaxEO023353@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302262336.h1QNaxEO023353>
