head	1.4;
access;
symbols
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	gcc_32_20021007:1.3
	RELEASE_4_7_0:1.3
	old_RELEASE_4_6_1:1.3
	old_RELEASE_4_6_0:1.3
	old_RELEASE_5_0_DP1:1.3
	old_old_egcs_20020128:1.3
	old_old_RELEASE_4_5_0:1.2
	old_old_RELEASE_4_4_0:1.2
	old_old_egcs_20010430:1.2
	old_old_RELEASE_4_3_0:1.2
	old_old_egcs_20010205:1.2
	old_old_egcs_20001225:1.2
	old_old_egcs_20001218:1.2
	old_old_egcs_20001211:1.2
	old_old_egcs_20001120:1.2
	old_old_RELEASE_4_2_0:1.1
	old_old_egcs_20001002:1.1
	old_old_RELEASE_4_1_1:1.1
	old_old_egcs_20000828:1.1
	old_old_egcs_20000717:1.1
	old_old_egcs_20000501:1.1
	old_old_RELEASE_4_1_0:1.1
	old_old_RELEASE_3_5_0:1.1
	old_old_egcs_20000313:1.1
	old_old_RELEASE_4_0_0:1.1
	old_old_egcs_20000306:1.1
	old_old_egcs_20000221:1.1
	old_old_egcs_20000207:1.1
	old_old_RELEASE_3_4_0:1.1
	old_old_egcs_991102:1.1
	old_old_egcs_991110:1.1
	old_old_egcs_991025:1.1
	old_old_egcs_990920:1.1
	old_old_RELEASE_3_3_0:1.1
	old_old_egcs_990629:1.1
	old_old_egcs_990718:1.1
	old_old_egcs_990712:1.1
	old_old_egcs_990616:1.1
	old_old_egcs_990623:1.1
	old_old_egcs_990524:1.1
	old_old_RELEASE_3_2_0:1.1
	old_old_egcs_990418:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.04.25.17.06.46;	author gerald;	state dead;
branches;
next	1.3;

1.3
date	2002.02.03.07.15.30;	author obrien;	state Exp;
branches;
next	1.2;

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

1.1
date	99.04.21.07.48.59;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Merge targets pre-configure and pre-build, simplify them, and remove
patch-va.  All of these dealt with us patching generated files (which
we don't do any longer).
@
text
@--- gcc/Makefile.in.orig	Mon Aug 27 21:06:24 2001
+++ gcc/Makefile.in	Fri Aug 31 08:45:23 2001
@@@@ -895,3 +895,3 @@@@
 $(srcdir)/configure: @@MAINT@@ $(srcdir)/configure.in
-	(cd $(srcdir) && autoconf)
+	(cd $(srcdir) && echo "wants to run autoconf, blah")
 
@@@@ -917,3 +917,3 @@@@
 @@MAINT@@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-@@MAINT@@	(cd $(srcdir) && autoheader)
+@@MAINT@@	(cd $(srcdir) && echo "wants to run autoheader, blah")
 @@MAINT@@	@@rm -f $(srcdir)/cstamp-h.in
@


1.3
log
@Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.
@
text
@@


1.2
log
@Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
@
text
@d1 4
a4 6
--- gcc/Makefile.in.orig	Sat Nov 18 16:30:05 2000
+++ gcc/Makefile.in	Mon Nov 27 02:29:50 2000
@@@@ -863,7 +863,7 @@@@
 	rm -f config.run
 
 $(srcdir)/configure: $(srcdir)/configure.in
d6 1
a6 1
+	(cd $(srcdir) && echo "wants to run autoconf")
d8 5
a12 11
 gccbug:	$(srcdir)/gccbug.in
 	CONFIG_FILES=gccbug CONFIG_HEADERS= ./config.status 
@@@@ -882,7 +882,7 @@@@
 # ??? Newer versions have a maintainer mode that may be useful here.
 $(srcdir)/config.in: $(srcdir)/cstamp-h.in
 $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-	(cd $(srcdir) && autoheader)
+	(cd $(srcdir) && echo "wants to run autoheader")
 	@@rm -f $(srcdir)/cstamp-h.in
 	echo timestamp > $(srcdir)/cstamp-h.in
 auto-host.h: cstamp-h ; @@true
@


1.1
log
@I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering.  This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.

Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
@
text
@d1 3
a3 3
--- gcc/Makefile.in.orig	Thu Feb 25 12:40:16 1999
+++ gcc/Makefile.in	Mon Mar  1 04:36:40 1999
@@@@ -793,7 +793,7 @@@@
d7 2
a8 2
-	cd $(srcdir); autoconf
+	cd $(srcdir); echo "wants to run autoconf"
d10 3
a12 3
 # cstamp-h.in controls rebuilding of config.in.
 # It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't
@@@@ -806,7 +806,7 @@@@
d16 2
a17 2
-	cd $(srcdir) && autoheader
+	cd $(srcdir) && echo "want to run autoheader"
@

