drop NO_CCACHE from scons.port.mk

bsd.port.mk now injects the env variables directly in the compiler
wrapper for ccache to work around scons that cleans the environment when
calling the compiler.
This commit is contained in:
op 2022-06-29 08:48:17 +00:00
parent 313e2b92e6
commit 70a36274c9

View File

@ -20,7 +20,6 @@ MODSCONS_ENV?= CC="${CC}" \
MODSCONS_FLAGS?=
ALL_TARGET?=
NO_CCACHE?=Yes
MODSCONS_BUILD_TARGET = \
${SETENV} ${MAKE_ENV} ${MODSCONS_BIN} -C ${WRKSRC} \