home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / allegro / savesys < prev   
Encoding:
Text File  |  1994-09-27  |  2.8 KB  |  17 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. # savesys -- build a saved executable in bin/new-allegro-haskell
  4. #
  5. #
  6. cd $Y2
  7. setenv PRELUDEBIN $Y2/progs/prelude/$ALLEGRODIR
  8. if !(-e $PRELUDEBIN/Prelude.fasl) then
  9.   echo "Build the prelude first, stupid..."
  10.   exit
  11.   endif
  12. $ALLEGRO <<EOF
  13. ;;; Load the Haskell system.
  14. #+next (progn (load "com/allegro/next-patches/patch0149.fasl")
  15.               (load "com/allegro/next-patches/patch0151.fasl"))
  16. #+sparc (load "com/allegro/sparc-patches/patch0151.fasl")
  17. (make-package "MUMBLE-IMPLEMENTATION" :use '("LI