[patch] Add java files to contrib/gcc_update
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Thu Aug 23 01:18:00 GMT 2001
Today I deleted part of my CVS source tree. Once I recovered it, I could
not bootstrap since I didn't have gperf. The root cause was that
gcc/java/keyword.gperf was newer than gcc/java/keyword.h. Fixed by this
patch. I think the other two lines are OK, but I didn't test them.
Please apply if OK. Should go on the branch too.
2001-08-23 David.Billinghurst <David.Billinghurst@riotinto.com>
* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
touch
Index: gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.30
diff -u -r1.30 gcc_update
--- gcc_update 2001/07/27 06:00:45 1.30
+++ gcc_update 2001/08/23 08:09:57
@@ -71,6 +71,9 @@
gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
# And then, language-specific files
gcc/f/intdoc.texi: gcc/f/intdoc.in gcc/f/intdoc.c gcc/f/intrin.h
gcc/f/intrin.def
+gcc/java/parse.c: gcc/java/parse.y
+gcc/java/parse-scan.c: gcc/java/parse-scan.y
+gcc/java/keyword.h: gcc/java/keyword.gperf
# And libraries, at last
libchill/configure: libchill/configure.in
libf2c/configure: libf2c/configure.in
More information about the Java
mailing list