summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-03-30 14:50:18 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-03-30 14:50:18 -0400
commit1820f12ef16534f30e888f44b6d6602268fffcb9 (patch)
tree6a574b5d4e2f41067a1c8827e2acec2faf1d6b65 /tools
parent6d7149f9b19e3d081195ee829c31cad83ade2e79 (diff)
downloadfork-ledger-1820f12ef16534f30e888f44b6d6602268fffcb9.tar.gz
fork-ledger-1820f12ef16534f30e888f44b6d6602268fffcb9.tar.bz2
fork-ledger-1820f12ef16534f30e888f44b6d6602268fffcb9.zip
Run proof build nice'd
Diffstat (limited to 'tools')
-rwxr-xr-xtools/proof3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/proof b/tools/proof
index 0bd1e81f..3becb1c9 100755
--- a/tools/proof
+++ b/tools/proof
@@ -14,7 +14,8 @@ fi
rm -fr ~/Products/ledger-proof
-time ./acprep --enable-doxygen --universal -j16 --gcc46 --warn proof 2>&1 | \
+time nice -n 20 \
+ ./acprep --enable-doxygen --universal -j16 --gcc45 --warn proof 2>&1 | \
tee ~/Desktop/proof.log
if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then