head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	GOFER_2_30A:1.1.1.1
	GOFER:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.02.08.12.47.23;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	95.02.12.02.56.23;	author ats;	state Exp;
branches;
next	1.1;

1.1
date	95.02.08.09.41.10;	author hsu;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.08.09.41.11;	author hsu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Upgrade to version 2.30b
- Add WWW: line

PR: 24875
Submitted by: Ports Fury
@
text
@--- ../scripts/goferc.orig	Fri Jun 24 01:00:00 1994
+++ ../scripts/goferc	Wed Jan 31 01:44:26 2001
@@@@ -29,11 +29,10 @@@@
       ;;
 esac
 
-GOFER=/home/staff/ian/gofer/lib/standard.prelude
+GOFER=%%PREFIX%%/lib/Gofer/standard.prelude
 export GOFER
-/usr/local/lib/Gofer/gofc $args
+%%PREFIX%%/lib/Gofer/gofc $args
 echo '[Compiling with gcc]'
-gcc -o $prog -O $prog.c /usr/local/lib/Gofer/runtime.o -lm
+%%CC%% -o $prog %%CFLAGS%% $prog.c %%PREFIX%%/lib/Gofer/runtime.o -lm
 strip $prog
 rm $prog.c
-
@


1.2
log
@Correct the paths for two patches. The source for these files didn't
live in work/src but in work/src/../scripts.
@
text
@d1 17
a17 26
*** ../scripts/goferc.0	Thu Jun 23 16:00:00 1994
--- ../scripts/goferc	Wed Feb  8 01:12:53 1995
***************
*** 29,39 ****
        ;;
  esac
  
! GOFER=/home/staff/ian/gofer/lib/standard.prelude
  export GOFER
  /usr/local/lib/Gofer/gofc $args
  echo '[Compiling with gcc]'
  gcc -o $prog -O $prog.c /usr/local/lib/Gofer/runtime.o -lm
  strip $prog
  rm $prog.c
- 
--- 29,38 ----
        ;;
  esac
  
! GOFER=/usr/local/lib/Gofer/standard.prelude
  export GOFER
  /usr/local/lib/Gofer/gofc $args
  echo '[Compiling with gcc]'
  gcc -o $prog -O $prog.c /usr/local/lib/Gofer/runtime.o -lm
  strip $prog
  rm $prog.c
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** goferc.0	Thu Jun 23 16:00:00 1994
--- goferc	Wed Feb  8 01:12:53 1995
@


1.1.1.1
log
@gofer - a lazy functional language
@
text
@@
