This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: .info files built in source directory...


On Sat, 9 Dec 2000, Geoff Keating wrote:

> (b) in .cvsignore, like `c-parse.y'.

Fixed thus.  Installed as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8567
diff -u -r1.8567 ChangeLog
--- ChangeLog	2000/12/09 04:10:21	1.8567
+++ ChangeLog	2000/12/09 10:21:04
@@ -1,3 +1,7 @@
+2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* .cvsignore: Add info files.
+
 2000-12-08 Laurynas Biveinis <lauras@softhome.net>

 	* config/winnt: Remove obsolete directory.
Index: .cvsignore
===================================================================
RCS file: /cvs/gcc/gcc/gcc/.cvsignore,v
retrieving revision 1.5
diff -u -r1.5 .cvsignore
--- .cvsignore	2000/07/14 07:13:17	1.5
+++ .cvsignore	2000/12/09 10:21:04
@@ -5,3 +5,6 @@
 c-parse.h
 c-parse.c
 tradcif.c
+gcc.info*
+cpp.info*
+c-tree.info*
Index: f/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/ChangeLog,v
retrieving revision 1.303
diff -u -r1.303 ChangeLog
--- ChangeLog	2000/12/08 22:54:06	1.303
+++ ChangeLog	2000/12/09 10:21:05
@@ -1,3 +1,7 @@
+Sat Dec  9 10:20:11 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* .cvsignore: New file; add info files.
+
 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>

 	* Make-lang.in (f77.info): Depend on info files in source
Index: f/.cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	Tue May  5 13:32:27 1998
+++ .cvsignore	Sat Dec  9 02:21:05 2000
@@ -0,0 +1 @@
+g77.info*

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


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