From 566017d9c10f0d5387f5cb61046cb9dcc636d91e Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Sat, 10 Aug 2024 17:10:00 -0400 Subject: [PATCH] makefiles/boot.zuo: remove broken main submodule The main submodule hasn't worked since at least commit 10d59cc, and documented build modes have been added in the mean time that support its former uses. Closes https://github.com/cisco/ChezScheme/issues/810 --- makefiles/boot.zuo | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/makefiles/boot.zuo b/makefiles/boot.zuo index a8295b47f..8c94b30eb 100644 --- a/makefiles/boot.zuo +++ b/makefiles/boot.zuo @@ -6,19 +6,6 @@ cross-build-boot clean-links) -(module+ main - (command-line - :args (scheme machine) - (lambda (accum) - (define vars (hash)) - (cross-build-boot #f (hash) '("all") - machine - (if (car (split-path scheme)) - scheme - (find-executable-path scheme)) - #f - (make-at-dir "xc") vars vars #f)))) - (define boot-file-names '(;; the boot files proper "petite.boot" "scheme.boot"