This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: [patch] Add java files to contrib/gcc_update


On Aug 23, 2001, "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> wrote:

> 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 

The patch looks reasonable to me, but I'll leave it for the Java folks
to verify that the dependencies are correct.

> 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

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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