This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
gcc/contrib/egcs_update and FAQ out of synch
- To: egcs-patches at cygnus dot com
- Subject: gcc/contrib/egcs_update and FAQ out of synch
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 31 Oct 1998 16:47:22 +0100 (MET)
- cc: Bruce Korb <korbb at datadesign dot com>, law at cygnus dot com
Installed.
I realized that the following updates to gcc/contrib/egcs_update
revision 1.9
date: 1998/10/29 23:40:26; author: law; state: Exp; lines: +2 -0
* egcs_update: Do touch java/parse.c and java/parse-scan.c.
They're in the repo again.
revision 1.8
date: 1998/10/16 07:39:31; author: korbb; state: Exp; lines: +4 -1
New files to touch
revision 1.6
date: 1998/09/22 07:28:05; author: korbb; state: Exp; lines: +4 -1
Add the fixinc generated files to the touch list
were not properly propagated to the FAQ (faq.html#generated_files).
This fixes the FAQ and adds a comment to egcs_update along these lines.
Gerald
Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.68
diff -r1.68 faq.html
620c620
< touch egcs/gcc/java/parse.{c,h}
---
> touch egcs/gcc/java/{parse.c,parse.h,parse-scan.c}
623a624,625
> touch egcs/contrib/fixinc/{fixincl.x,inclhack.sh,fixincl.sh}
> touch egcs/gcc/fixinc/{fixincl.x,inclhack.sh,fixincl.sh}
869c871
< <p><i>Last modified: October 30, 1998</i>
---
> <p><i>Last modified: October 31, 1998</i>
Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* egcs_update: Add comment about keeping the FAQ synchronized.
Index: egcs_update
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/contrib/egcs_update,v
retrieving revision 1.9
diff -r1.9 egcs_update
63a64,65
> # Please also update the FAQ accordingly if you change the list of
> # files below.