1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATH

This commit is contained in:
Michael Johnson 2005-02-21 11:06:30 +00:00
parent 7b7dd5e756
commit 801ea5582e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129463
2 changed files with 5 additions and 1 deletions

View File

@ -62,7 +62,8 @@ post-extract:
.if !defined(WITHOUT_COMPILER_LINKS)
@${SED} -e 's|%%CCACHE_COMPILERS%%|${CCACHE_COMPILERS}|; \
s|%%PREFIX%%|${PREFIX}|; s|%%CCLINKDIR%%|${CCLINKDIR}|; \
s|%%LOCALBASE%%|${LOCALBASE}|' \
s|%%LOCALBASE%%|${LOCALBASE}|; \
s|%%ICCPREFIX%%|${LOCALBASE}/intel_cc_80/bin|' \
${FILESDIR}/${HOWTO}.in > ${WRKDIR}/${HOWTO}
@${SED} -e 's|%%HOWTO%%|${HOWTO}|; \
s|%%DOCSDIR%%|${DOCSDIR}|' \

View File

@ -25,6 +25,9 @@ For csh/tcsh Add the following to /etc/csh.cshrc:
setenv PATH %%PREFIX%%/libexec/ccache/:$PATH
setenv CCACHE_PATH /usr/bin:%%LOCALBASE%%/bin
For icc users:
Add %%ICCPREFIX%% to CCACHE_PATH
--
To use distcc: