SCM Repository
Diff of /sml/trunk/src/compiler/xrecompile
Parent Directory
|
Revision Log
|
Patch
revision 86, Thu May 7 00:24:39 1998 UTC | revision 87, Thu May 7 01:11:45 1998 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #!/bin/sh | #!/bin/sh |
2 | ||
3 | eval $(../../bin/.arch-n-opsys) | |
4 | ||
5 | ./xmakeml && | ./xmakeml && |
6 | ./buildcm sml && | ./buildcm sml && |
7 | mv bin.x86-unix bin.x86-unix.$$ && | mv bin.$HEAP_SUFFIX bin.$HEAP_SUFFIX.$$ && |
8 | ./xrun sml-cm <<EOF | ./xrun sml-cm <<EOF |
9 | CMB.make(); | CMB.make(); |
10 | Compiler.Stats.summary(); | Compiler.Stats.summary(); |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |