From owner-cvs-all Wed Apr 7 6:16:55 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 480D6157D4; Wed, 7 Apr 1999 06:16:34 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id PAA23727; Wed, 7 Apr 1999 15:14:33 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id PAA74197; Wed, 7 Apr 1999 15:14:32 +0200 (MET DST) Date: Wed, 7 Apr 1999 15:14:32 +0200 From: Eivind Eklund To: Luoqi Chen 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> References: <199904070439.AAA02610@lor.watermarkgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199904070439.AAA02610@lor.watermarkgroup.com>; from Luoqi Chen on Wed, Apr 07, 1999 at 12:39:47AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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