From b4310d08333fcb9ae4f3e4bf1e0e5fc6599ada4e Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 31 Aug 2022 16:00:34 +0200 Subject: def x = expr -> defmacro x = expr, def const -> def --- bootstrap/bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstrap/bootstrap.sh') 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 -- cgit v1.2.3