aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache/files/world-ccache.in
blob: 2b27aeefeb3f136d220970ecf9955faf8604bc83 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

[ "${0##*/}" = "ccache" ] &&
printf "Please, use one of the compiler links in\n%%PREFIX%%/%%CCLINKDIR%%/world\nto invoke ccache\n" >&2 &&
exit 1

unset CCACHE_PATH
export CCACHE_COMPILERCHECK=content
exec %%PREFIX%%/%%CCLINKDIR%%/${0##*/} "$@"