This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

old fixincludes coup des gras



This patch removes the final vestiges of the old
shell script.  Since it has been a few years since
Ian has toyed with it, this is also a question to
him:  Do you have a problem with being moved to
the "Write after approval" group?  I suspect you
don't want email about this new version anyway.
I plan to install Wednesday to give people time
to respond.

Regards,
	Bruce
2000-02-09  Bruce Korb  <bkorb@gnu.org>

	* MAINTAINERS(Ian Taylor) moved to "Write after approval" group.

	* gcc/fixincludes:  ** DELETED **
	* gcc/Makefile.in:  Removed out-dated commentary
	* gcc/configure.in: Removed fast-fixincludes disablement.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/gcc/egcs/MAINTAINERS,v
retrieving revision 1.83
diff -u -r1.83 MAINTAINERS
--- MAINTAINERS	2000/01/31 16:13:45	1.83
+++ MAINTAINERS	2000/02/05 21:37:17
@@ -52,7 +52,6 @@
 cpplib/cccp		Dave Brolley		brolley@cygnus.com
 cpplib/cccp		Per Bothner		per@bothner.com
 cpplib/cccp		Zack Weinberg		zack@wolery.cumb.org
-fixincludes		Ian Taylor		ian@cygnus.com
 alias analysis		John Carr		jfc@mit.edu
 loop unrolling		Jim Wilson		wilson@cygnus.com
 scheduler (+ haifa)	Jim Wilson		wilson@cygnus.com
@@ -120,6 +119,7 @@
 Tom Tromey					tromey@cygnus.com
 John Wehle					john@feith.com
 Martin v. Lvwis					loewis@informatik.hu-berlin.de
+Ian Taylor					ian@cygnus.com
 
 * Indicates folks we need to get Kerberos/ssh accounts ready so they
 can write in the source tree

Index: gcc/fixincludes
===================================================================
**  DELETED  **

Index: gcc/Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.378
diff -u -r1.378 Makefile.in
--- Makefile.in	2000/02/05 05:41:21	1.378
+++ Makefile.in	2000/02/05 21:37:19
@@ -2181,26 +2181,6 @@
 	export MAKE srcdir ; \
 	cd ./fixinc; $(SHELL) $${srcdir}/mkfixinc.sh $(target)
 
-##stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
-##	rm -rf include
-##	mkdir include
-##	if [ x$(FIXINCLUDES) != xMakefile.in ]; \
-##	then \
-##	  for dir in $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); do \
-##	    if [ -d $$dir ]; \
-##	    then \
-##	      $(SHELL) $(srcdir)/$(FIXINCLUDES) include $$dir; \
-##	    else true; fi; \
-##	  done; \
-##	  if [ x$(INSTALL_ASSERT_H) != x ] ; \
-##	  then \
-##	    rm -f include/assert.h; \
-##	    cp $(srcdir)/assert.h include/assert.h; \
-##	    chmod a+r include/assert.h; \
-##	  fi \
-##	else true; \
-##	fi
-
 # Build fixed copies of system files.
 stmp-fixinc: fixinc.sh gsyslimits.h
 	rm -rf include; mkdir include

Index: gcc/configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.328
diff -u -r1.328 configure.in
--- configure.in	2000/01/28 20:49:16	1.328
+++ configure.in	2000/02/05 21:37:22
@@ -236,15 +236,6 @@
   cpp_main=cppmain
 fi)
 
-# Disable fast fixincludes
-AC_ARG_ENABLE(fast-fixincludes,
-[  --disable-fast-fixincludes
-                         Disable the new fast fixincludes.
-                         Run the old fixincludes script unconditionally],
-if test x$enable_fast_fixincludes = xno ; then
-  cp $srcdir/fixincludes ./fixinc.sh
-fi)
-
 # Enable Multibyte Characters for C/C++
 AC_ARG_ENABLE(c-mbchar,
 [  --enable-c-mbchar       Enable multibyte characters for C and C++.],
@@ -1132,7 +1123,6 @@
 		xmake_file=pa/x-pa-mpeix 
 		echo "You must use gas. Assuming it is already installed." 
 		install_headers_dir=install-headers-tar
-		fixincludes=Makefile.in
 		use_collect2=yes 
 		;; 
 	i370-*-opened*)			 # IBM 360/370/390 Architecture
@@ -1140,20 +1130,17 @@
 		tm_file=i370/oe.h
 		xmake_file=i370/x-oe
 		tmake_file=i370/t-oe
-		fixincludes=Makefile.in # Headers are wierd, don't mess with
 		;;
 	i370-*-mvs*)
 		xm_file=i370/xm-mvs.h
 		tm_file=i370/mvs.h
 		tmake_file=i370/t-mvs
-		fixincludes=Makefile.in # Headers are wierd, don't mess with
 		;;
 	i370-*-linux*)
 		xm_file="xm-linux.h i370/xm-linux.h"
 		xmake_file=x-linux
 		tm_file="i370/linux.h ${tm_file}"
 		tmake_file="t-linux i370/t-linux"
-		fixincludes=Makefile.in # The headers are ok already.
 		# broken_install=yes
 		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
 		# extra_parts="crtbegin.o crtend.o"
@@ -1295,7 +1282,6 @@
 		xmake_file=i386/x-beos
 		extra_objs=winnt.o
 		extra_parts='crtbegin.o crtend.o'
-		fixincludes=Makefile.in
 		;;
 changequote(,)dnl
 	i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
@@ -4821,7 +4807,6 @@
 AC_SUBST(extra_parts)
 AC_SUBST(extra_passes)
 AC_SUBST(extra_programs)
-AC_SUBST(fixinc_defs)
 AC_SUBST(float_h_file)
 AC_SUBST(gcc_gxx_include_dir)
 AC_SUBST(gcc_version)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]