summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:35:51 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:35:51 +0100
commit08bcfcd17baeb64cfcb5c68f8ad815dd13187681 (patch)
tree89ed53f0cd472a24a7608d7932bfefee2305c104
parentCleaner autobuild (diff)
downloadutil-08bcfcd17baeb64cfcb5c68f8ad815dd13187681.tar.bz2
util-08bcfcd17baeb64cfcb5c68f8ad815dd13187681.tar.xz
util-08bcfcd17baeb64cfcb5c68f8ad815dd13187681.zip
Update standard build options
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 5e5b41a..65890e4 100644
--- a/bashrc
+++ b/bashrc
@@ -171,7 +171,7 @@ bisect() {
}
build() {
title "Build in progress"
- CCACHE_BASEDIR=$(git root) nice -n5 b2 -j$TASKS $@
+ MAILINGLISTS_INSTALL_BASE=$(git root)/../mailinglists ANALYTICS_INSTALL_BASE=$(git root)/analytics OCTAL_INSTALL_BASE=$(git root)/../smssite OCTAL_BASE=$(git root) CCACHE_BASEDIR=$(git root) time -f"...in %e seconds" nice -n5 b2 -l300 -j$TASKS $@
rtn=$?
if [ $rtn -eq 0 ]; then
title "✔ ${PWD/#$HOME/\~} $@"