CVS: sml-dist/src/system installml,1.11,1.12
John Reppy <[email protected]>
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15956 Modified Files: installml Log Message: Create heap and lib directories when needed. Index: installml =================================================================== RCS file: /cvsroot/smlnj/sml-dist/src/system/installml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** installml 11 May 2004 19:20:17 -0000 1.11 --- installml 2 Nov 2005 18:56:26 -0000 1.12 *************** *** 68,71 **** --- 68,81 ---- fi + # + # create heap and lib directories, if necessary + # + if test ! -d $MAIN_HEAP_DIR ; then + mkdir -p $MAIN_HEAP_DIR + fi + if test ! -d $MAIN_LIB_DIR ; then + mkdir -p $MAIN_LIB_DIR + fi + # Moving the heap image to its place mv $HEAP_FILE $MAIN_HEAP_DIR/sml.$HEAP_SUFFIX ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php