summaryrefslogtreecommitdiff
path: root/com/allegro/compile
diff options
context:
space:
mode:
authorYale AI Dept <ai@nebula.cs.yale.edu>1993-07-14 13:08:00 -0500
committerDuncan McGreggor <duncan.mcgreggor@rackspace.com>1993-07-14 13:08:00 -0500
commit4e987026148fe65c323afbc93cd560c07bf06b3f (patch)
tree26ae54177389edcbe453d25a00c38c2774e8b7d4 /com/allegro/compile
Import to github.
Diffstat (limited to 'com/allegro/compile')
-rwxr-xr-xcom/allegro/compile15
1 files changed, 15 insertions, 0 deletions
diff --git a/com/allegro/compile b/com/allegro/compile
new file mode 100755
index 0000000..6aadee8
--- /dev/null
+++ b/com/allegro/compile
@@ -0,0 +1,15 @@
+#!/bin/csh
+#
+# compile -- compile the Yale Haskell system from scratch.
+#
+#
+cd $Y2
+$ALLEGRO <<EOF
+#+next (progn (load "com/allegro/next-patches/patch0149.fasl")
+ (load "com/allegro/next-patches/patch0151.fasl"))
+#+sparc (load "com/allegro/sparc-patches/patch0151.fasl")
+(make-package "MUMBLE-IMPLEMENTATION" :use '("LISP"))
+(proclaim '(optimize (speed 3) (safety 0) (compilation-speed 0)))
+(load "cl-support/cl-init")
+(excl:exit)
+EOF