diff --git a/gentoo_portage/make.conf b/gentoo_portage/make.conf index c1b6bef..88cea96 100644 --- a/gentoo_portage/make.conf +++ b/gentoo_portage/make.conf @@ -20,7 +20,11 @@ QUICKPKG_DEFAULT_OPTS="--include-config y" BINPKG_FORMAT="gpkg" EMERGE_DEFAULT_OPTS="--buildpkg --buildpkg-exclude \"virtual/* sys-kernel/*-sources */*-bin\" ${EMERGE_DEFAULT_OPTS}" -# ccache and distcc +# distcc +# FEATURES="distcc ${FEATURES}" +DISTCC_DIR="/var/tmp/distcc" + +# ccache FEATURES="ccache ${FEATURES}" CCACHE_DIR="/var/cache/ccache" CCACHE_UMASK="0002"