changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / skelfile

revision 366: e5f98f30bdf6
parent 363: f35358f2f4ff
child 368: 43afcbbe2d07
     1.1--- a/skelfile	Sat Sep 07 22:35:04 2024 -0400
     1.2+++ b/skelfile	Fri Sep 13 20:18:57 2024 -0400
     1.3@@ -53,7 +53,7 @@
     1.4  (build-sbcl (src) #$scripts/get-sbcl.sh$#
     1.5        #$cd .stash/src/sbcl
     1.6        sbcl_rev=$(git rev-parse --short HEAD)
     1.7-       echo \""2.4.7:$sbcl_rev"\" > version.lisp-expr &&
     1.8+       echo \""2.4.8:$sbcl_rev"\" > version.lisp-expr &&
     1.9        ./make.sh --dynamic-space-size=8Gb --without-gencgc --with-mark-region-gc --fancy$#)
    1.10  (build-sbcl-docs (sbcl) #$cd .stash/src/sbcl/doc/manual && make$#)
    1.11  (build-sbcl-gencgc (src) #$cd .stash/src/sbcl &&