From baf53dfe9d4b73ab864b589407827d44df02e096 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 29 May 2013 14:10:05 +0000 Subject: [PATCH] Reduce loading verbiage in compile-imail and compile-xml targets. Their respective compile.scm scripts load everything anyway. --- src/Makefile.in | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 -- 2.25.1