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]

[patch] CVSROOT/commitinfo



This change will implement the automated generation of generated
files at commit time.  (Well, seconds afterwards anyway.)
All of the new files will be empty.  Henceforth, commiting files
from multiple branch tags with a single commit will be prohibited.
I don't know what tags to put on all these new files, so, actually,
all branch tags will be prohibited on the predecessor files to these
generated files.  :-)

OK to commit?

2000-09-10  Bruce Korb  <bkorb@gnu.org>

	* CVSROOT/commitinfo(regen): new commit filter
	* gen/gcc/cp/parse.c: new
	* gen/gcc/cp/parse.h: new
	* gen/gcc/fixinc/fixincl.x: new
	* gen/gcc/objc/objc-parse.c: new
	* gen/gcc/objc/objc-parse.h: new
	* gen/gcc/objc/objc-parse.y: new
	* gen/gcc/c-gperf.h: new
	* gen/gcc/c-parse.c: new
	* gen/gcc/c-parse.h: new
	* gen/gcc/c-parse.y: new
	* gen/gcc/tradcif.c: new

Index: commitinfo
===================================================================
RCS file: /cvs/gcc/CVSROOT/commitinfo,v
retrieving revision 1.4
diff -u -r1.4 commitinfo
--- commitinfo  1999/12/01 11:40:10     1.4
+++ commitinfo  2000/09/11 02:35:45
@@ -15,3 +15,4 @@
 # in addition to the first matching regex or "DEFAULT".

 DEFAULT                /usr/sourceware/bin/commit_prep -T gcc -r
+ALL             /home/korbb/bin/regen


P.S. OK.  I confess.  I am really stirring the pot.
     No more work without feedback from the Steering Committee  :-)

REGEN.tgz


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