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"