iRemove LANG= when invoking lisp software. It's only needed when using make from a ssh connection, that should be done in the ssh script. Change the sbcl command line parameter to increase memory - cl-yag - Common Lisp Yet Another website Generator Err bitreich.org 70 hgit clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ URL:git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ bitreich.org 70 1Log /scm/cl-yag/log.gph bitreich.org 70 1Files /scm/cl-yag/files.gph bitreich.org 70 1Refs /scm/cl-yag/refs.gph bitreich.org 70 1Tags /scm/cl-yag/tag bitreich.org 70 1README /scm/cl-yag/file/README.md.gph bitreich.org 70 1LICENSE /scm/cl-yag/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit b107516c1e1125ada8b96260e7681bcf5d1b21b7 /scm/cl-yag/commit/b107516c1e1125ada8b96260e7681bcf5d1b21b7.gph bitreich.org 70 1parent 10812b6e84c471e0b76cdb6ea4f5df420365eb36 /scm/cl-yag/commit/10812b6e84c471e0b76cdb6ea4f5df420365eb36.gph bitreich.org 70 hAuthor: solene rapenne URL:mailto:solene@dataswamp.org bitreich.org 70 iDate: Wed, 21 Sep 2016 13:43:04 +0200 Err bitreich.org 70 i Err bitreich.org 70 iRemove LANG= when invoking lisp software. It's only needed when using make from a ssh connection, that should be done in the ssh script. Err bitreich.org 70 iChange the sbcl command line parameter to increase memory Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M Makefile | 4 ++-- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 2 insertions(+), 2 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/Makefile b/Makefile /scm/cl-yag/file/Makefile.gph bitreich.org 70 i@@ -6,7 +6,7 @@ ARTICLES!= ls data/*.md Err bitreich.org 70 i HTML= $(ARTICLES:.md=.html) Err bitreich.org 70 i Err bitreich.org 70 i .if "${LISP}" == "sbcl" Err bitreich.org 70 i-PARAM=--dynamic-space-size 60 --script Err bitreich.org 70 i+PARAM=--dynamic-space-size 90 --script Err bitreich.org 70 i .elif "${LISP}" == "clisp" Err bitreich.org 70 i PARAM= Err bitreich.org 70 i .elif "${LISP}" == "ecl" Err bitreich.org 70 i@@ -16,7 +16,7 @@ PARAM=-shell Err bitreich.org 70 i all: clean dirs html Err bitreich.org 70 i Err bitreich.org 70 i html: $(HTML) css Err bitreich.org 70 i- LANG=en_US.UTF-8 $(LISP) $(PARAM) generator.lisp Err bitreich.org 70 i+ $(LISP) $(PARAM) generator.lisp Err bitreich.org 70 i rm -fr "temp" Err bitreich.org 70 i Err bitreich.org 70 i dirs: Err bitreich.org 70 .