Skip to content

Commit 3d89d4e

Browse files
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 #810
1 parent f0be891 commit 3d89d4e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

makefiles/boot.zuo

-13
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
cross-build-boot
77
clean-links)
88

9-
(module+ main
10-
(command-line
11-
:args (scheme machine)
12-
(lambda (accum)
13-
(define vars (hash))
14-
(cross-build-boot #f (hash) '("all")
15-
machine
16-
(if (car (split-path scheme))
17-
scheme
18-
(find-executable-path scheme))
19-
#f
20-
(make-at-dir "xc") vars vars #f))))
21-
229
(define boot-file-names
2310
'(;; the boot files proper
2411
"petite.boot" "scheme.boot"

0 commit comments

Comments
 (0)