Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2008 15:11:43 +0200
From:      Alex Dupre <ale@FreeBSD.org>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        ports@freebsd.org
Subject:   Re: Standardize NO_CCACHE flag and ccache definitions
Message-ID:  <4859098F.9000205@FreeBSD.org>
In-Reply-To: <20080618125154.GC90685@k7.mavetju>
References:  <20080618125154.GC90685@k7.mavetju>

next in thread | previous in thread | raw e-mail | index | archive | help
Edwin Groothuis ha scritto:
> Unfortunately /etc/make.conf is read before the ports Makefile is
> read, so this in /etc/make.conf isn't going to work anymore:
> 
> 	.if !defined(NO_CCACHE)
> 	CC=/usr/local/libexec/ccache/cc
> 	CXX=/usr/local/libexec/ccache/c++
> 	CPP=/usr/local/libexec/ccache/cpp
> 	CCACHE_DIR=/usr/local/ccache
> 	.endif

This is not the recommended way to use ccache. Look at the port's 
documentation.

-- 
Alex Dupre



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4859098F.9000205>