Patch to update gperf URLs in Makefiles

Joseph S. Myers jsm28@cam.ac.uk
Sat Oct 7 05:19:00 GMT 2000


This patch updates the messages saying to update gperf (in the
Makefiles for those parts of the compiler that still use gperf) to
refer to the main GNU FTP site now gperf 2.7.2 is out.  (The old gperf
patch could probably be removed from the infrastructure directory as
well.)  As a side-effect this removes a couple more EGCS references.

Bootstrapped with Chill and Java enabled on i686-pc-linux-gnu.  OK to
commit?

gcc/ch/ChangeLog:
2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>

	* Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for
	updated gperf.

gcc/java/ChangeLog:
2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>

	* Makefile.in (keyword.h): Refer to GNU FTP site for updated
	gperf.

--- ch/Makefile.in.orig	Mon Sep 11 17:28:54 2000
+++ ch/Makefile.in	Sat Oct  7 10:40:27 2000
@@ -264,8 +264,7 @@
 	cat $(srcdir)/gperf gperf.tmp2 > gperf.tmp
 	gperf -L C -F ', 0, 0, 0' -D -E -S1 -p -j1 -i 1 -g -o -t -k'*' \
 	  gperf.tmp > $(srcdir)/hash.h || ( \
-	echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \
-	echo "	ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf* " >&2 ; \
+	echo "Please update your 'gperf' from ftp://ftp.gnu.org/pub/gnu/gperf/ " >&2 ; \
 	exit 1 )
 	$(RM) gperf.tmp gperf.tmp2
 
--- java/Makefile.in.orig	Sun Oct  1 19:28:26 2000
+++ java/Makefile.in	Sat Oct  7 10:41:59 2000
@@ -244,8 +244,7 @@
 keyword.h: keyword.gperf
 	gperf -L C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k1,3,$$ \
 	keyword.gperf > keyword.h || ( \
-	echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \
-	echo "	ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf* " >&2 ; \
+	echo "Please update your 'gperf' from ftp://ftp.gnu.org/pub/gnu/gperf/ " >&2 ; \
 	exit 1 )
 
 jcf-path.o : jcf-path.c $(CONFIG_H) $(srcdir)/../system.h jcf.h

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list