This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix version-bumping script (and all affected files)




--On Wednesday, March 06, 2002 01:44:06 PM -0500 Phil Edwards 
<phil@jaj.com> wrote:

> During this change
>
>     2002-02-25  Mark Mitchell  <mark@codesourcery.com>
>
>             * update_version: Automatically update version files on all
>             branches.
>
> the "$OLD_VERSION" string in the 'here documents' was indented, probably
> to make the script nicer-looking.  Well, the contents of the here document
> -- now including the indentation -- are written back out to the various
> version.c files.  So each time the script runs, we progressively indent
> the first line of the version file by about eight spaces.  Oops.  :-)

Indeed.

Your patch is fine; thanks!  I believe that you'll want to log in as
gccadmin on gcc.gnu.org and update the version checked out of CVS
there.  (Really, that should be automated too; we should just check
out the current version every night, but that doesn't happen.)

If you don't have a gccadmin login, let me know once you have committed
your patch, and I will take care of it.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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