SCM Repository
Annotation of /sml/trunk/src/compiler/xrecompile
Parent Directory
|
Revision Log
Revision 86 - (view) (download)
1 : | monnier | 85 | #!/bin/sh |
2 : | |||
3 : | ./xmakeml && | ||
4 : | ./buildcm sml && | ||
5 : | mv bin.x86-unix bin.x86-unix.$$ && | ||
6 : | ./xrun sml-cm <<EOF | ||
7 : | CMB.make(); | ||
8 : | monnier | 86 | Compiler.Stats.summary(); |
9 : | monnier | 85 | EOF |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |