View | Details | Raw Unified | Return to bug 169981
Collapse All | Expand All

(-)Makefile (working copy) (-1 / +1 lines)
Lines 63-69 Link Here
63
.if !defined(TINDERBOX)
63
.if !defined(TINDERBOX)
64
       @${MKDIR} ${WRKDIR}/tb/opt
64
       @${MKDIR} ${WRKDIR}/tb/opt
65
       @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt
65
       @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt
66
.for l in gcc cc g++ c++
66
.for l in ${CCACHE_COMPILERS}
67
       @${LN} -sf ${PORTNAME} ${WRKDIR}/tb/opt/${l}
67
       @${LN} -sf ${PORTNAME} ${WRKDIR}/tb/opt/${l}
68
.endfor
68
.endfor
69
       @${TAR} -C ${WRKDIR}/tb -cpf ${WRKSRC}/${PORTNAME}.tar opt
69
       @${TAR} -C ${WRKDIR}/tb -cpf ${WRKSRC}/${PORTNAME}.tar opt

Return to bug 169981