From d50c6a503c89493a7c6a05226bb9d91bc224e8a5 Mon Sep 17 00:00:00 2001 From: sbd Date: Tue, 6 Mar 2012 02:44:54 +0000 Subject: Add CCACHE_COMPILERCHECK to the environment when using ccache. --- mk/compiler/ccache.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/compiler') diff --git a/mk/compiler/ccache.mk b/mk/compiler/ccache.mk index 3a877835930..91130eda2eb 100644 --- a/mk/compiler/ccache.mk +++ b/mk/compiler/ccache.mk @@ -1,4 +1,4 @@ -# $NetBSD: ccache.mk,v 1.32 2009/08/31 08:38:50 tnn Exp $ +# $NetBSD: ccache.mk,v 1.33 2012/03/06 02:44:54 sbd Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -121,7 +121,7 @@ BUILD_DEPENDS+= ccache-[0-9]*:../../devel/ccache # Override the compiler-specific hash with the version string for the # compiler. # -PKGSRC_MAKE_ENV+= CCACHE_HASHCC=${CC_VERSION_STRING:Q} +PKGSRC_MAKE_ENV+= CCACHE_COMPILERCHECK=echo\ ${CC_VERSION_STRING:Q} PKGSRC_MAKE_ENV+= CCACHE_DIR=${CCACHE_DIR:Q} # Create symlinks for the compiler into ${WRKDIR}. -- cgit v1.2.3