From owner-freebsd-questions@FreeBSD.ORG Fri Apr 30 01:50:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC28C106566B for ; Fri, 30 Apr 2010 01:50:36 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by mx1.freebsd.org (Postfix) with ESMTP id 57D8B8FC08 for ; Fri, 30 Apr 2010 01:50:35 +0000 (UTC) Received: by gxk3 with SMTP id 3so8029797gxk.13 for ; Thu, 29 Apr 2010 18:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Z5oGnk/BhxLvPQYHiP6ZgVOtEVOuQbPEoM7Qm7yXfK8=; b=sbFwlu3ac0+QDJDyxwCZfKe/32V7XV2EvTYTVMORbSsl3h/b/RQnstnKQccpq6ujF6 9LvHnxRuY12TrDiyINmyTjKCS0Kby8xXINO4+l1hSILQlcfefaUMe8j6gPGOw4CdYsPk FQZHZ2yJXp50nq6C029fb2erSw5+G+gfnLNsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=aL0MEtzcgr09EDmRh8K7stBT300gjDvW0+GX/AhQTj8jjTbC80w6JfezdKsIzgZzcx 5udI+hOw5q+hVnEuckI/XgZWHriE5FmHcA/Z7sNAplgFCHSHd3jJFu4EDFjSGgE4xSqz lfly+LV/EpMbzB+WhhMJrt9gh0t4PtT+loEGg= MIME-Version: 1.0 Received: by 10.150.187.17 with SMTP id k17mr535809ybf.91.1272592223652; Thu, 29 Apr 2010 18:50:23 -0700 (PDT) Received: by 10.151.42.20 with HTTP; Thu, 29 Apr 2010 18:50:22 -0700 (PDT) In-Reply-To: <20100430013344.781be31c@gumby.homeunix.com> References: <4BDA010D.2070001@onetel.com> <20100430013344.781be31c@gumby.homeunix.com> Date: Thu, 29 Apr 2010 20:50:22 -0500 Message-ID: From: Adam Vande More To: RW Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: setting ccache path X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 01:50:36 -0000 On Thu, Apr 29, 2010 at 7:33 PM, RW wrote: > > BTW I would suggest you also set CCACHE_HASH_COMPILER. It's a poorly > documented FreeBSD extension intended to make world builds more > cachable. I prefer to set it unconditionally. If you don't then > building world, even a point release, invalidates the cache of port > builds. > Interesting, I've had problems with that and had ended up not using it for world builds. Thanks for including that info. -- Adam Vande More