changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: ?

changeset 166: c86d3ec4dd88
parent 165: aef9246e0118
child 167: 0075ecaea50f
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 28 Jan 2024 23:34:21 -0500
files: makefile
description: ?
     1.1--- a/makefile	Sun Jan 28 22:00:30 2024 -0500
     1.2+++ b/makefile	Sun Jan 28 23:34:21 2024 -0500
     1.3@@ -87,24 +87,23 @@
     1.4 	cd $< && ./scripts/install-all.sh
     1.5 ### SBCL
     1.6 SBCL_TARGET:=build/src/sbcl
     1.7+SBCL_VERSION:=2.4.1+
     1.8 $(SBCL_TARGET):scripts/get-sbcl.sh $(B)
     1.9 	$<
    1.10 	cd $(SBCL_TARGET) && \
    1.11-	echo '"2.4.1+main"' > version.lisp-expr
    1.12+	echo '"$(SBCL_VERSION)"' > version.lisp-expr
    1.13 sbcl:$(SBCL_TARGET)
    1.14+#### --with-sb-fasteval --without-sb-eval < broken
    1.15 sbcl-build:$(SBCL_TARGET)
    1.16 	cd $< && \
    1.17 	./make.sh \
    1.18 	--without-gencgc \
    1.19 	--with-mark-region-gc \
    1.20-	--with-core-compression \
    1.21 	--dynamic-space-size=8Gb \
    1.22-	--fancy
    1.23-
    1.24+	--fancy 
    1.25 sbcl-build-gencgc:$(SBCL_TARGET)
    1.26 	cd $< && \
    1.27 	./make.sh \
    1.28-	--with-core-compression \
    1.29 	--dynamic-space-size=8Gb \
    1.30 	--fancy
    1.31 sbcl-docs:sbcl-build;## REQUIRES TEXLIVE