aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults.conf
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-10-26 09:22:30 +0000
committerJuan RP <xtraeme@gmail.com>2014-10-26 09:22:30 +0000
commit58bbb98712159a92b3bdc766500ed5eba2befd93 (patch)
tree4008d404f51e05a1ec5d04ed802c101857602096 /etc/defaults.conf
parent77642dc2e925b3972a58a0f211950f61bd3d55af (diff)
downloadvoid-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.tar
void-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.tar.gz
void-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.tar.bz2
void-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.tar.lz
void-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.tar.xz
void-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.tar.zst
void-packages-58bbb98712159a92b3bdc766500ed5eba2befd93.zip
xbps-src: move ccache/distcc to hostdir, to make them shared by multiple masterdirs.
This way a single ccache or distcc directory can be shared by multiple independent masterdirs.
Diffstat (limited to 'etc/defaults.conf')
-rw-r--r--etc/defaults.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf
index b088b560b3d..a26337b9664 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -40,12 +40,14 @@ XBPS_LDFLAGS="-Wl,--as-needed"
XBPS_SUCMD="sudo /bin/sh -c"
# [OPTIONAL]
-# Enable or disable ccache when building packages.
+# Enable or disable ccache when building packages. The ccache directory
+# is stored in the hostdir, i.e hostdir/ccache.
#
#XBPS_CCACHE=yes
# [OPTIONAL]
-# Enable or disable distcc when building packages.
+# Enable or disable distcc when building packages. The distcc directory
+# is stored in the hostdir, i.e hostdir/distcc.
#
#XBPS_DISTCC=yes
#XBPS_DISTCC_HOSTS=""