mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4fbf6452a6
- 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
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
unset CCACHE_PATH
|
|
export CCACHE_HASH_COMPILER
|
|
exec %%PREFIX%%/%%CCLINKDIR%%/c++ "$@"
|