diff -Pur sml.boot.ppc-unix/LICENSE new/LICENSE --- sml.boot.ppc-unix/LICENSE 1969-12-31 19:00:00.000000000 -0500 +++ new/LICENSE 2002-10-30 09:22:51.000000000 -0500 @@ -0,0 +1,23 @@ +STANDARD ML OF NEW JERSEY COPYRIGHT NOTICE, LICENSE AND DISCLAIMER. +http://cm.bell-labs.com/cm/cs/what/smlnj/license.html + +Copyright (c) Lucent Technologies + +Permission to use, copy, modify, and distribute this software and +its documentation for any purpose and without fee is hereby +granted, provided that the above copyright notice appears in all +copies and that both the copyright notice and this permission +notice and warranty disclaimer appear in supporting documentation, +and that the name of Lucent Technologies, Bell Labs or any Lucent +entity not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +Lucent disclaims all warranties with regard to this software, +including all implied warranties of merchantability and +fitness. In no event shall Lucent be liable for any special, +indirect or consequential damages or any damages whatsoever +resulting from loss of use, data or profits, whether in an action +of contract, negligence or other tortious action, arising out of +or in connection with the use or performance of this software. + diff -Pur sml.boot.ppc-unix/add new/add --- sml.boot.ppc-unix/add 1969-12-31 19:00:00.000000000 -0500 +++ new/add 2002-10-30 09:22:51.000000000 -0500 @@ -0,0 +1,11 @@ +#!/bin/sh +LIBDIR=$1/lib/smlnj # $1 is the temporary staging root +ANCHOR=$2 # $2 is the subdir anchor (or "") +CMFILE=$3 # $3 is the CM filename +CMDIR=CM/ppc-unix +SRCDIR=$4 # $4 is the relative path of the CM file + +DEST=$LIBDIR/$ANCHOR/$CMDIR + +mkdir -p $DEST +cp $SRCDIR/$CMDIR/$CMFILE $DEST diff -Pur sml.boot.ppc-unix/compile new/compile --- sml.boot.ppc-unix/compile 1969-12-31 19:00:00.000000000 -0500 +++ new/compile 2002-10-30 09:23:21.000000000 -0500 @@ -0,0 +1,46 @@ +#!/bin/sh +# $1 should be the installation prefix [/sw] + +RUN=smlnj-runtime +ALLOC=512k +SUFFIX=ppc-darwin + +# Boot the compiler runtime. This requires the CM autoload commands +# in ../preloads.standard. It writes a heap file to ../sml.ARCH-OPSYS + +cat > ../preloads.standard <> pathconfig + fi +done