-*- outline -*- * from Zhong's dir cd .../src/sml-nj rm -rf **/CM rm -r sml.* sml-cm.* *.sml bin.* cvs -d ~cvs import -m '' smlnj/src/sml-nj FLINT v980311 * from tarballs # untar the distribution mkdir 110.6; cd 110.6 scp daffy:~ftp/pub/smlnj/working/110.6/\*.gz . mkdir src; cd src ztar ../*.gz mv bin.* ../../ mv config ../ cd .. mv *-bin.* ../ rm *.gz # import this distribution into the CVS vendor branch cvs -qd ~cvs import -ko -m '110.6' flint SMLNJ v110_6 | grep -v '^U ' # find the files that got deleted and `cvs rm' them cd ..; cvs -d ~cvs co -d smlnj -r SMLNJ flint; cd smlnj cvs rm $(cvs -q diff -s -r v110_6 | sed -n -e 's/^Index: //p') cvs commit -m 'removed deleted files' cvs tag v110_6 cd ..; rm -rf smlnj # check out a new copy, trying to merge the changes into the trunk cvs co -ko -P -jSMLNJ:yesterday -jSMLNJ flint; cd flint # list the conflicts find -type f | xargs grep '^>>>>' <... solve the problems if any ...> # check correctness link ../bin.x86-unix; config/install.sh cd src/compiler; link ../../../bin.x86-unix; ./xrecompile; ./xrecompile cd ../..; cvs commit -m 'merged in 110.6 changes' * /softs install ** original cd /softs/smlnj-110 ztar ~/work/110-bin.x86-unix.tar.gz config/install.sh rm -rf bin.* src/sml-nj ** upgrade cvs -q update cd src/compiler rm -r bin.* ./xrun <//
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: .make(); EOF ./xrecompile rm sml*.* cd ../.. rm -r bin lib **/CM config/install.sh rm bin.*/*