Commit 20d431c9 by Joseph Myers Committed by Joseph Myers

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

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

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

From-SVN: r36774
parent 5beaf8cb
2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
* Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for
updated gperf.
2000-10-05 Richard Henderson <rth@cygnus.com> 2000-10-05 Richard Henderson <rth@cygnus.com>
* decl.c (finish_chill_function): Don't init can_reach_end. * decl.c (finish_chill_function): Don't init can_reach_end.
......
...@@ -264,8 +264,7 @@ $(srcdir)/hash.h: ...@@ -264,8 +264,7 @@ $(srcdir)/hash.h:
cat $(srcdir)/gperf gperf.tmp2 > gperf.tmp 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 -L C -F ', 0, 0, 0' -D -E -S1 -p -j1 -i 1 -g -o -t -k'*' \
gperf.tmp > $(srcdir)/hash.h || ( \ gperf.tmp > $(srcdir)/hash.h || ( \
echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \ echo "Please update your 'gperf' from ftp://ftp.gnu.org/pub/gnu/gperf/" >&2 ; \
echo " ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*" >&2 ; \
exit 1 ) exit 1 )
$(RM) gperf.tmp gperf.tmp2 $(RM) gperf.tmp gperf.tmp2
......
2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
* Makefile.in (keyword.h): Refer to GNU FTP site for updated
gperf.
2000-10-05 Tom Tromey <tromey@cygnus.com> 2000-10-05 Tom Tromey <tromey@cygnus.com>
* jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'. * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
......
...@@ -244,8 +244,7 @@ lang.o: $(srcdir)/java-tree.def ...@@ -244,8 +244,7 @@ lang.o: $(srcdir)/java-tree.def
keyword.h: keyword.gperf keyword.h: keyword.gperf
gperf -L C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k1,3,$$ \ gperf -L C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k1,3,$$ \
keyword.gperf > keyword.h || ( \ keyword.gperf > keyword.h || ( \
echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \ echo "Please update your 'gperf' from ftp://ftp.gnu.org/pub/gnu/gperf/" >&2 ; \
echo " ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*" >&2 ; \
exit 1 ) exit 1 )
jcf-path.o : jcf-path.c $(CONFIG_H) $(srcdir)/../system.h jcf.h jcf-path.o : jcf-path.c $(CONFIG_H) $(srcdir)/../system.h jcf.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment