diff options
Diffstat (limited to 'tools/proof')
-rwxr-xr-x | tools/proof | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/proof b/tools/proof index b16cdf52..3cf7f64c 100755 --- a/tools/proof +++ b/tools/proof @@ -50,6 +50,12 @@ if ! (cd ~/Products/ledger-opt && make clean fullcheck); then exit 1 fi +echo %%% Building default %%% +if ! (cd ~/Products/ledger && make clean fullcheck); then + echo %%% FAILED to build default %%% + exit 1 +fi + echo %%% Building release-distcheck %%% if ! (cd ~/Products/ledger-opt && make release-distcheck); then echo %%% FAILED to build release-distcheck %%% |