From: Taylor R Campbell Date: Mon, 7 Oct 2013 02:26:29 +0000 (+0000) Subject: Compile IMAIL in --batch-mode. X-Git-Tag: release-9.2.0~89 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=911b6b859d9e895836592a98c44f7ab572229b35;p=mit-scheme.git Compile IMAIL in --batch-mode. --- diff --git a/src/Makefile.in b/src/Makefile.in index e129d1827..f51862f78 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -537,7 +537,7 @@ compile-imail: lib/compiler.com echo ' (with-working-directory-pathname "imail"' && \ echo ' (lambda ()' && \ echo ' (load "compile"))))') \ - | ./microcode/scheme --library lib --band lib/compiler.com + | ./microcode/scheme --batch-mode --library lib --band lib/compiler.com # **** Legacy serialized targets ****