head	1.3;
access;
symbols
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.08.29.15.00.35;	author jkoshy;	state dead;
branches;
next	1.2;

1.2
date	2002.06.09.07.00.08;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.24.09.12.43;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to v110.48.

Submitted by:	Johannes 5 Joemann <joemann@@beefree.free.de> [MAINTAINER]
@
text
@--- src/system/makeml.orig	Fri May 17 22:48:38 2002
+++ src/system/makeml	Thu May 23 02:25:57 2002
@@@@ -6,7 +6,9 @@@@
 twoup=`pwd`
 cd $here
 
-LINK=$twoup/bin/.link-sml
+INSTALLROOT=${INSTALLROOT:-$twoup}
+
+LINK=$INSTALLROOT/bin/.link-sml
 
 if [ ! -x $LINK ] ; then
     echo $this: link script $LINK is not operational.
@@@@ -47,14 +49,14 @@@@
 # ... unless it was already set at the time we run this script.
 #
 
-CM_PATHCONFIG=${CM_PATHCONFIG:-$twoup/lib/pathconfig}
+CM_PATHCONFIG=${CM_PATHCONFIG:-$INSTALLROOT/lib/pathconfig}
 export CM_PATHCONFIG
 
 #
 # use the arch-n-opsys script to determine the ARCH/OS if possible
 #
-if [ -f $twoup/bin/.arch-n-opsys ]; then
-    ARCH_N_OPSYS=`$twoup/bin/.arch-n-opsys`
+if [ -f $INSTALLROOT/bin/.arch-n-opsys ]; then
+    ARCH_N_OPSYS=`$INSTALLROOT/bin/.arch-n-opsys`
     if [ "$?" = "0" ]; then
 	eval $ARCH_N_OPSYS
 	echo $this: architecture = $ARCH
@


1.2
log
@Upgrade to v110.40.

Submitted by: 	Johannes 5 Joemann <joemann@@beefree.free.de> [MAINTAINER]
@
text
@@


1.1
log
@Upgrade to SML/NJ v110.34.  Add a number of nifty configurability options.

PR:		ports/29656
Submitted by:	Johannes 5 Joemann <joemann@@beefree.free.de>
@
text
@d1 2
a2 2
--- src/system/makeml.orig	Wed Apr 18 17:43:09 2001
+++ src/system/makeml	Wed Aug 15 18:36:30 2001
d18 3
a20 3
-CM_PATHCONFIG_DEFAULT=${CM_PATHCONFIG_DEFAULT:-$twoup/lib/pathconfig}
+CM_PATHCONFIG_DEFAULT=${CM_PATHCONFIG_DEFAULT:-$INSTALLROOT/lib/pathconfig}
 export CM_PATHCONFIG_DEFAULT
@

