Skip to content

Commit

Permalink
makefiles/boot.zuo: remove broken main submodule (#862)
Browse files Browse the repository at this point in the history
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 #810
  • Loading branch information
LiberalArtist committed Aug 16, 2024
1 parent f0be891 commit 3d89d4e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions makefiles/boot.zuo
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d89d4e

Please sign in to comment.