diff options
Diffstat (limited to 'bootstrap/bootstrap.sh')
| -rwxr-xr-x | bootstrap/bootstrap.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 4a45470..5669fd3 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -44,3 +44,8 @@ echo '========================================================================== echo '=== Building self-hosted compiler using self-hosted compiler squared (cffc) ===' echo '===============================================================================' CFFC=$(dirname "$0")/cff2 make -C ../ clean all + +cd .. +set -x +md5sum bootstrap/cff2 +md5sum cffc |