From: Taylor R Campbell Date: Wed, 29 May 2013 14:10:05 +0000 (+0000) Subject: Reduce loading verbiage in compile-imail and compile-xml targets. X-Git-Tag: release-9.2.0~179^2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=baf53dfe9d4b73ab864b589407827d44df02e096;p=mit-scheme.git Reduce loading verbiage in compile-imail and compile-xml targets. Their respective compile.scm scripts load everything anyway. --- diff --git a/src/Makefile.in b/src/Makefile.in index 5c8809ed3..73d138d5a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -217,10 +217,6 @@ compile-imail: syntax-edwin (echo '(begin' && \ echo ' (construct-packages-from-file' && \ echo ' (fasload (package-set-pathname "edwin/edwin")))' && \ - echo ' (with-working-directory-pathname "sos"' && \ - echo ' (lambda () (load "load")))' && \ - echo ' (with-working-directory-pathname "star-parser"' && \ - echo ' (lambda () (load "load")))' && \ echo ' (compile-dir "imail"))') \ | $(BOOTSTRAP_TOOLCHAIN) @@ -241,13 +237,7 @@ compile-win32: bootstrap-toolchain compile-xml: bootstrap-toolchain compile-xml: compile-sos compile-xml: compile-star-parser - (echo '(begin' && \ - echo ' (with-working-directory-pathname "sos"' && \ - echo ' (lambda () (load "load")))' && \ - echo ' (with-working-directory-pathname "star-parser"' && \ - echo ' (lambda () (load "load")))' && \ - echo ' (compile-dir "xml"))') \ - | $(BOOTSTRAP_TOOLCHAIN) + echo '(compile-dir "xml")' | $(BOOTSTRAP_TOOLCHAIN) all-svm: microcode/svm1-defns.h $(MAKE) compile-microcode