diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-17 16:25:41 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-17 16:25:41 -0600 |
commit | 7cc550fc22357e2ded194d3e65287c6b3317f5ae (patch) | |
tree | 4dad84b952c3ce5178eab4363a21a0b8cd6a0a57 /tools/proof | |
parent | 23d59dd2838321b7b6055ead449b06fe525cb058 (diff) | |
download | fork-ledger-7cc550fc22357e2ded194d3e65287c6b3317f5ae.tar.gz fork-ledger-7cc550fc22357e2ded194d3e65287c6b3317f5ae.tar.bz2 fork-ledger-7cc550fc22357e2ded194d3e65287c6b3317f5ae.zip |
Don't build doxygen docs in tools/proof
Diffstat (limited to 'tools/proof')
-rwxr-xr-x | tools/proof | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/proof b/tools/proof index 3becb1c9..284f4e85 100755 --- a/tools/proof +++ b/tools/proof @@ -14,8 +14,11 @@ fi rm -fr ~/Products/ledger-proof +#time nice -n 20 \ +# ./acprep --enable-doxygen --universal -j16 --gcc46 --warn proof 2>&1 | \ +# tee ~/Desktop/proof.log time nice -n 20 \ - ./acprep --enable-doxygen --universal -j16 --gcc45 --warn proof 2>&1 | \ + ./acprep --universal -j16 --gcc46 --warn proof 2>&1 | \ tee ~/Desktop/proof.log if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then |