head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.06.10.12.47.00;	author jkoshy;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Upgrade to v110.59.

Upstream changes from the previous version of the port include:
 - An improved lexer generator tool "lexgen".
 - bug fixes and minor improvements

Submitted by:	Johannes 5 Joemann <joemann at beefree.free.de>, with
		patches tty handling code from Timothy Bourke
		<timbob at bigpond.com>
@
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.1
log
@Upgrade to v110.48.

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

