SCM Repository
Diff of /sml/trunk/config/_ml-build
Parent Directory
|
Revision Log
|
Patch
revision 573, Thu Mar 9 15:23:52 2000 UTC | revision 644, Fri May 12 09:18:31 2000 UTC | |
---|---|---|
# | Line 36 | Line 36 |
36 | EOF | EOF |
37 | ||
38 | cat >$cmfile <<EOF | cat >$cmfile <<EOF |
39 | Group structure ${rare} is basis.cm ${root} ${smlfile} | Group structure ${rare} is \$/basis.cm ${root} ${smlfile} |
40 | EOF | EOF |
41 | ||
42 | cat >$mlscript <<EOF | cat >$mlscript <<EOF |
# | Line 55 | Line 55 |
55 | handle _ => OS.Process.failure)) | handle _ => OS.Process.failure)) |
56 | EOF | EOF |
57 | ||
58 | if $SML smlnj/cm/full.cm <$mlscript ; then | if $SML '$smlnj/cm/full.cm' <$mlscript ; then |
59 | $LINK @SMLboot=$listfile $ | $LINK @SMLboot=$listfile $ |
60 | else | else |
61 | echo Compilation failed. | echo Compilation failed. |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |