From c9beed8f0dee8f308cd71cf47a919d747dcce00e Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 29 Aug 2026 06:14:34 +0800 Subject: [PATCH] =?UTF-8?q?gentoo=5Fportage:=20distcc=20=E5=92=8C=20ccache?= =?UTF-8?q?=20=E7=89=B9=E6=80=A7=E5=88=86=E5=BC=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gentoo_portage/make.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"