1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/ccache/files/world-c++.in
Alex Dupre 4fbf6452a6 - Add CCACHE_CACHE_COMPILER patch
- Improve examples
- Add two new scripts to enhance buildworld/buildkernel

ccache may now be used safely and effectively to build the FreeBSD source tree.
Follow the pkg-message tips to exploit it.

Approved by:	maintainer
2006-03-21 15:06:15 +00:00

5 lines
95 B
Bash

#!/bin/sh
unset CCACHE_PATH
export CCACHE_HASH_COMPILER
exec %%PREFIX%%/%%CCLINKDIR%%/c++ "$@"