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]
Other format: [Raw text]

Re: FSF Address update for libjava directory



--- Tom Tromey <tromey@redhat.com> wrote:

> >>>>> "KC" == Kelley Cook <kcook@gcc.gnu.org> writes:
> 
> KC> Big and boring, bootstrapped and regtested.  The automake files
> are
> KC> awaiting 1.9.6 release. libltdl will need an import.
> 
> Do you have a script that does this?  And if so, could you send it to
> me?  I ask because now we are hugely out of sync with Classpath; a
> change like this really has to be done in both places at once.

I use a slight modification of the "script" the FSF sent out with their
notification: http://savannah.gnu.org/forum/forum.php?forum_id=3766. 
This gets a majority of the changes (though it requires a version of
sed that understands "-i").  

find . -type f | xargs sed -i -e 's/59 Temple Place.*Suite 330/51
Franklin Steet, Fifth Floor/;s/02111-1307/02110-1301/'

Next I run:

find . -type f | xargs egrep -w
'(Temple|Suite|Mass|Cambridge|02111|02139)'

If anything is missed, I manually change those files.

Finally I handscan the cvs diff to eliminate any unwanted changes or
any generated files before checking it in.


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