From 3d89d4e2ae1e3c45d7b80366016ab775cc417df1 Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Fri, 16 Aug 2024 10:57:38 -0400 Subject: [PATCH] makefiles/boot.zuo: remove broken main submodule (#862) 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"