From 4d1cc2451912eea2b5279fa9529cb6e47a049c37 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 14 May 2001 09:32:01 +0000 Subject: [PATCH] Added commands to build vm, linker and initial.image with Scheme48 --- autogen.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 87f6852..ca85a86 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,4 +4,9 @@ rm -f config.cache autoheader autoconf touch scsh/*.c -touch build/filenames.make \ No newline at end of file +touch build/filenames.make +rm -f scheme48.image cig/cig.image scsh/scsh.image +rm -f build/linker.image build/initial.image +make i-know-what-i-am-doing +make linker +make build/initial.image