SCM Repository
Diff of /sml/trunk/CVSNOTES
Parent Directory
|
Revision Log
|
Patch
revision 183, Sun Nov 8 16:58:19 1998 UTC | revision 184, Sun Nov 8 21:18:20 1998 UTC | |
---|---|---|
# | Line 12 | Line 12 |
12 | cvs tag $VERSION | cvs tag $VERSION |
13 | rm -rf tmp | rm -rf tmp |
14 | ||
15 | ||
16 | * from Zhong's dir | * from Zhong's dir |
17 | cd .../src/sml-nj | cd .../src/sml-nj |
18 | rm -rf **/CM | rm -rf **/CM |
# | Line 38 | Line 39 |
39 | ** upgrade | ** upgrade |
40 | cvs -q update | cvs -q update |
41 | cd src/compiler | cd src/compiler |
42 | rm -r bin.* | rm -rf bin.*; ln -s ~/flint/bin.x86-unix |
43 | ./xrun <some sml-cm> <<EOF | ./xmakeml; rm bin.* |
44 | ./xrun sml.x86-linux <<EOF | |
45 | CMB.make(); | CMB.make(); |
46 | EOF | EOF |
47 | ./xrecompile | # rm sml*.* |
rm sml*.* | ||
48 | cd ../.. | cd ../.. |
49 | rm -r bin lib **/CM | rm -r bin lib **/CM |
50 | config/install.sh | config/install.sh |
51 | rm -rf bin.*/* | # rm -rf bin.*/* |
52 | ||
53 | * diffs between release | * diffs between release |
54 | ** sml-nj/TopLevel/viscomp/control.sml | ** sml-nj/TopLevel/viscomp/control.sml |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |