This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Fix for xnmake command line processing
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: [Ada] Fix for xnmake command line processing
- From: Geert Bosch <bosch at gnat dot com>
- Date: Wed, 10 Oct 2001 19:35:12 -0400 (EDT)
- Cc: Florian Weimer <fw at deneb dot enyo dot de>, gcc-patches at gcc dot gnu dot org
On Wed, 10 Oct 2001, Richard Henderson wrote:
Best, IMO, is to remove the revision line altogether. They
are a pain when merging between different cvs branches or
repositiries.
Which is what I am doing all the time now :-) I find -kk fine to deal
with these comparison issues. It would make my life harder when
these numbers would disappear here but not internally in ACT.
Especially with the autogenerated files we have here, it is
useful to know what the versions of the input files were.
This also makes it easy to relate tarred up files back to their
versions in CVS. Removing the revision numbers would mean quite
a bit of work in changing all scripts and utilities that rely on them.
As currently I'm the one most busy with doing merges, I'd like to
keep things as is for now. Sounds fair?
-Geert