Date: Fri, 30 Aug 2002 18:50:54 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Peter Wemm <peter@wemm.org> Cc: "Andrey A. Chernov" <ache@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/i386/i386 dump_machdep.c machdep.c Message-ID: <20020830184419.O2908-100000@gamplex.bde.org> In-Reply-To: <20020830061724.B170F2A7D6@canning.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 29 Aug 2002, Peter Wemm wrote: > "Andrey A. Chernov" wrote: > > ache 2002/08/29 23:13:39 PDT > > > > Modified files: > > sys/i386/i386 dump_machdep.c machdep.c > > Log: > > Unbreak kernel build by printing Maxmem using %ld instead of old (now chang > ed) > > %u > > Does anybody know why on most of my machines I get no printf warnings, but > get them on others? No, I do not have WFORMAT=0 or WARNS=0 or anything silly > like that. The global bsd.kern.mk can cause problems. I recently turned format checking back on, so -current kernels built on -current machines should have got the warnings. I'll asked for a repo-copy of share/mk/bsd.kern.mk to sys/conf/kern.mk soon if someone else doesn't do it first. Brokenness of format checking is really a problem with the host machine and not with the target kernel, so disabling format checking actually belonged in the global file, but it was a transient problem and I hope there won't be many more like it. Bruce 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?20020830184419.O2908-100000>