SCM Repository
View of /sml/branches/primop-branch-3/system/testml
Parent Directory
|
Revision Log
Revision 2221 -
(download)
(annotate)
Tue Nov 28 21:56:55 2006 UTC (14 years, 3 months ago) by blume
File size: 605 byte(s)
Tue Nov 28 21:56:55 2006 UTC (14 years, 3 months ago) by blume
File size: 605 byte(s)
create primop branch 3 as future target to merge changes from primop branch 2
#!/bin/sh case "$1" in @*) HEAP_IMAGE=sml ;; ?*) HEAP_IMAGE=$1; shift ;; *) HEAP_IMAGE=sml ;; esac cmddir=`dirname $0` cmddir=`cd $cmddir; pwd` bin=../../bin [ -x "$bin/.arch-n-opsys" ] || bin="$cmddir/$bin" eval `$bin/.arch-n-opsys` heapdir=`dirname $HEAP_IMAGE` [ -f "$heapdir/$HEAP_IMAGE.$HEAP_SUFFIX" ] || heapdir="$cmddir/$heapdir" HEAP_IMAGE=`cd $heapdir; pwd`/$HEAP_IMAGE LIB_DIR=${HEAP_IMAGE}.lib LPC=${LIB_DIR}/local_pathconfig rm -f $LPC cp ../../config/extrapathconfig $LPC CM_PATHCONFIG=$LIB_DIR/pathconfig CM_LOCAL_PATHCONFIG=$LPC \ $bin/sml @SMLload=$HEAP_IMAGE "$@"
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |