head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	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.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	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
	fwtk_2_1:1.2
	fwtk_1_3:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	v1_3:1.1.1.1
	GPALMER:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.04.18.08.57.22;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	96.06.15.06.55.51;	author gpalmer;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.06.15.06.55.51;	author gpalmer;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to version 2.1.  Mixing of my stuff + two good submissions.

Submitted by:	"Scott A. Kenney" <saken@@rmta.ml.org>
                & "Eric J. Chet" <ejc@@bazzle.com>
@
text
@--- fixmake.orig	Thu Sep  5 20:14:01 1996
+++ fixmake	Sat Apr 18 00:47:42 1998
@@@@ -30,7 +30,8 @@@@
 				echo renaming $name to $name.proto
 				mv $name $name.proto
 			fi
-			sed 's/^include[ 	]*\([^ 	].*\)/.include "\1"/' $name.proto > $name
+			sed -e 's/^include[ 	]*\([^ 	].*\)/.include "\1"/' \
+				-e 's/CFLAGS=/CFLAGS+=/' $name.proto > $name
 			echo "built $name"
 		done
 	)
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- fixmake.orig	Fri Nov  4 23:31:27 1994
+++ fixmake	Wed May 15 21:28:30 1996
@@@@ -30,8 +30,8 @@@@
d7 3
a9 4
-			cat $MASTER > $name
-			sed '/^include/d' $name.proto >> $name
+			sed 's/^include[^.M]\(.*\)/.include <\1>/' $name.proto \
+				| sed 's/CFLAGS=/CFLAGS+=/' > $name
@


1.1.1.1
log
@Port of TIS's FWTK. This port is RESTRICTED (no form of
redistribution, even mirroring, is allowed)
@
text
@@
