diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:35:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:35:51 +0100 |
commit | 08bcfcd17baeb64cfcb5c68f8ad815dd13187681 (patch) | |
tree | 89ed53f0cd472a24a7608d7932bfefee2305c104 | |
parent | Cleaner autobuild (diff) | |
download | util-08bcfcd17baeb64cfcb5c68f8ad815dd13187681.tar.bz2 util-08bcfcd17baeb64cfcb5c68f8ad815dd13187681.tar.xz util-08bcfcd17baeb64cfcb5c68f8ad815dd13187681.zip |
Update standard build options
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/\~} $@" |