# HG changeset patch # User Richard Westhaver # Date 1718675291 14400 # Node ID b83f6ec89f5d75d59809a5eeef47873aa20e616c # Parent e3f30a0836d15ce1d68a4e373074803f5bdae587 updates diff -r e3f30a0836d1 -r b83f6ec89f5d bootstrap.sh --- a/bootstrap.sh Mon Jun 17 20:24:52 2024 -0400 +++ b/bootstrap.sh Mon Jun 17 21:48:11 2024 -0400 @@ -58,7 +58,7 @@ cd .. && \ .stash/bin/sbcl --core .stash/share/lisp/user.core \ --load autogen.lisp \ - --eval "(infra/autogen:autogen)" \ + --eval "(time (infra/autogen:autogen))" \ --non-interactive say "OK" } diff -r e3f30a0836d1 -r b83f6ec89f5d skelfile --- a/skelfile Mon Jun 17 20:24:52 2024 -0400 +++ b/skelfile Mon Jun 17 21:48:11 2024 -0400 @@ -9,7 +9,7 @@ :docs ((:org "readme")) :scripts "scripts" :stash #p".stash" -:store #p"/usr/local/store" +:store #p"/usr/local/share/store" :rules ((check () #$./check.sh$#) (clean () #$rm -rvf .stash$#)