src/Tools/make-all-nj
changeset 370 e95e212512d1
child 547 23e30d32cd0d
equal deleted inserted replaced
369:5a7194eeb4ed 370:e95e212512d1
       
     1 #! /bin/sh
       
     2 #Make entire system using Standard ML of New Jersey
       
     3 #Pathnames will have to be modified for your site
       
     4 ISABELLEBIN=/homes/`whoami`/bin
       
     5 ISABELLECOMP=sml
       
     6 ISABELLEMAKE=Makefile.NJ
       
     7 export ISABELLEBIN ISABELLECOMP ISABELLEMAKE
       
     8 nohup make-all $*