Date: Wed, 20 Feb 2002 15:35:56 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 kern.pre.mk src/usr.sbin/config config.h configvers.h mkmakefile.c Message-ID: <200202202335.g1KNZuL86160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/02/20 15:35:56 PST
Modified files:
sys/conf Makefile.alpha Makefile.i386
Makefile.ia64 Makefile.pc98
Makefile.powerpc Makefile.sparc64
kern.pre.mk
usr.sbin/config config.h configvers.h mkmakefile.c
Log:
Commit some infrastructure for turning on -Werror for kernel compiles.
It doesn't actually do it yet though. This adds a flag to config so
that we can exclude certain vendor files from this even when the rest
of the kernel has it on. make -DNO_WERROR would also bypass all of it.
Revision Changes Path
1.123 +1 -1 src/sys/conf/Makefile.alpha
1.255 +1 -1 src/sys/conf/Makefile.i386
1.46 +1 -1 src/sys/conf/Makefile.ia64
1.156 +1 -1 src/sys/conf/Makefile.pc98
1.260 +1 -1 src/sys/conf/Makefile.powerpc
1.15 +1 -1 src/sys/conf/Makefile.sparc64
1.7 +10 -4 src/sys/conf/kern.pre.mk
1.51 +2 -1 src/usr.sbin/config/config.h
1.29 +1 -1 src/usr.sbin/config/configvers.h
1.72 +12 -4 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?200202202335.g1KNZuL86160>
