shithub: femtolisp

Download patch

ref: 987c1fd0f4a12442f458c1633b4a410389478622
parent: f491d023bf5d6907e2e4cec32c17fb702d258a4e
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Mar 27 09:42:25 EDT 2023

mkfile: run gen.lsp when bootstrapping

--- a/mkfile
+++ b/mkfile
@@ -41,6 +41,7 @@
 flisp.$O: maxstack.inc opcodes.h
 
 bootstrap:V: $O.out
+    ./$O.out gen.lsp && \
 	cp flisp.boot flisp.boot.bak && \
 	./$O.out mkboot0.lsp system.lsp compiler.lsp > flisp.boot.new && \
 	mv flisp.boot.new flisp.boot && \