From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 28 15:51:16 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4A916A41F for ; Fri, 28 Oct 2005 15:51:16 +0000 (GMT) (envelope-from apelisse@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1184643D46 for ; Fri, 28 Oct 2005 15:51:15 +0000 (GMT) (envelope-from apelisse@gmail.com) Received: by nproxy.gmail.com with SMTP id l23so162794nfc for ; Fri, 28 Oct 2005 08:51:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ga69BGlvVCZWeRnY30xx+iQNgh93KGUTLBr5sJORik1n5X2cBzyFlxj+PiH3s7eRaTWK257ZCymjD28N/TKqb96sN/FdE3+6jXDNmpHMvoFCm0p46crAHVL2tdkoWvsfFdAuY+D2LMfM8R8KBvuBjl+rVTzKPQGcuavUWqDggWQ= Received: by 10.48.226.12 with SMTP id y12mr153929nfg; Fri, 28 Oct 2005 08:51:14 -0700 (PDT) Received: by 10.49.5.13 with HTTP; Fri, 28 Oct 2005 08:51:14 -0700 (PDT) Message-ID: <61c746830510280851x4988f40j56586923ee572db2@mail.gmail.com> Date: Fri, 28 Oct 2005 16:51:14 +0100 From: Antoine Pelisse To: freebsd-hackers@freebsd.org In-Reply-To: <61c746830510280849k682cef02ja4c752b0e5642eee@mail.gmail.com> MIME-Version: 1.0 References: <3.0.1.32.20051027051451.00a842c0@pop.redshift.com> <20051027233636.GA39380@dmw.hopto.org> <6.2.3.4.2.20051027181307.04801d70@cobalt.antimatter.net> <61c746830510280849k682cef02ja4c752b0e5642eee@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: compiling the kernel faster X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:51:17 -0000 > > You can set NOCLEAN in your environment. That will save you from > having to rebuild things that didn't change. Major time saver if > you're only working in a couple of files. It's NO_CLEAN actually, and for the kernel building, it's especially NO_KERNELCLEAN Antoine Pelisse -Glenn