From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 16:44:39 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFF721065680 for ; Wed, 18 Jun 2008 16:44:39 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6018FC18 for ; Wed, 18 Jun 2008 16:44:39 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 1582 invoked from network); 18 Jun 2008 16:44:37 -0000 Received: from unknown (HELO athlon.alexdupre.com) (192.168.178.2) by lab.alexdupre.com with SMTP; 18 Jun 2008 16:44:37 -0000 Message-ID: <48593B74.5090009@FreeBSD.org> Date: Wed, 18 Jun 2008 18:44:36 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.14 (X11/20080610) MIME-Version: 1.0 To: Alex Kozlov References: <20080618160236.GA39588@ravenloft.kiev.ua> In-Reply-To: <20080618160236.GA39588@ravenloft.kiev.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Edwin Groothuis Subject: Re: Standardize NO_CCACHE flag and ccache definitions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 16:44:40 -0000 Alex Kozlov wrote: > Problem in make buildworld case is not compiler name. hash_file() doesn't hash the file name :-) You are lucky that CCACHE_HASH_COMPILER is checked before CCACHE_NOHASH_SIZE_MTIME. -- Ale