SCM Repository
Diff of /sml/trunk/config/_ml-build
Parent Directory
|
Revision Log
|
Patch
revision 644, Fri May 12 09:18:31 2000 UTC | revision 652, Tue Jun 6 02:14:56 2000 UTC | |
---|---|---|
# | 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 | # Provide $smlnj/cm.cm as a command-line argument just to be absolutely |
59 | # sure that structure CM is available. (Under normal circumstances it | |
60 | # is already available -- even without any command line arguments.) | |
61 | if $SML '$smlnj/cm.cm' <$mlscript ; then | |
62 | $LINK @SMLboot=$listfile $ | $LINK @SMLboot=$listfile $ |
63 | else | else |
64 | echo Compilation failed. | echo Compilation failed. |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |