Date: Wed, 7 Apr 1999 15:14:32 +0200 From: Eivind Eklund <eivind@FreeBSD.org> To: Luoqi Chen <luoqi@watermarkgroup.com> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, msmith@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 i686_mem.c mem.c pmap.c src/sys/i386/include specialreg.h src/sys/pci pcisupport.c src/sys/sys memrange.h Message-ID: <19990407151432.B74140@bitbox.follo.net> In-Reply-To: <199904070439.AAA02610@lor.watermarkgroup.com>; from Luoqi Chen on Wed, Apr 07, 1999 at 12:39:47AM -0400 References: <199904070439.AAA02610@lor.watermarkgroup.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 07, 1999 at 12:39:47AM -0400, Luoqi Chen wrote: > This broke SMP -- mp_machdep.c still references get/putmtrr. Let me use this opportunity to remind you all of the great file called 'LINT'. This is the kernel build checker. It is supposed to be used before every significant kernel commit (ie, you can skip it for comment changes, but not much else). You use it by cd src/sys/i386/conf && config LINT && cd .. && make depend && make If you keep a LINT object tree around and know your .depend files, a recompile usually takes less than 15s. Eivind. 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?19990407151432.B74140>