Compile IMAIL in --batch-mode.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 02:26:29 +0000 (02:26 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 02:26:29 +0000 (02:26 +0000)
src/Makefile.in

index e129d1827bdac12a3af8b0f516715792dfa875f5..f51862f7871bc70cb545ffaae84a01477374cfd0 100644 (file)
@@ -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 ****