| author | paulson | 
| Thu, 26 Sep 1996 17:30:52 +0200 | |
| changeset 2041 | a3262b93c1d2 | 
| parent 699 | 2da262e85c4d | 
| permissions | -rwxr-xr-x | 
| 370 
e95e212512d1
make-all-poly, make-all-nj: restored to main directory as examples
 lcp parents: diff
changeset | 1 | #! /bin/sh | 
| 699 | 2 | #$Id$ | 
| 370 
e95e212512d1
make-all-poly, make-all-nj: restored to main directory as examples
 lcp parents: diff
changeset | 3 | #Make entire system using Poly/ML | 
| 
e95e212512d1
make-all-poly, make-all-nj: restored to main directory as examples
 lcp parents: diff
changeset | 4 | #Pathnames will have to be modified for your site | 
| 699 | 5 | ML_DBASE=/usr/groups/theory/poly/polyml/`arch`/ML_dbase | 
| 6 | ISABELLEBIN=/homes/`whoami`/dbases | |
| 370 
e95e212512d1
make-all-poly, make-all-nj: restored to main directory as examples
 lcp parents: diff
changeset | 7 | ISABELLECOMP="poly -noDisplay -h 15000" | 
| 547 | 8 | export ML_DBASE ISABELLEBIN ISABELLECOMP | 
| 370 
e95e212512d1
make-all-poly, make-all-nj: restored to main directory as examples
 lcp parents: diff
changeset | 9 | nohup make-all $* |