This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: binutils version of snapshot builds


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> On Wed, 21 Mar 2007, Matthias Klose wrote:
> 
> > That doesn't change the snapshot builds, I still get "070315.20070315".
> 
> Then I think there's some bug in the snapshot generation process, 
> "2.17.50.20070315" would be appropriate not "070315.20070315".

This is what the snapshot process does.  How should it be changed?

for amdir in bfd binutils gas gprof ; do
ed $amdir/configure.in <<EOF
/AM_INIT_AUTOMAKE/
s/,.*)/, $date)/g
w
EOF

ed $amdir/configure <<EOF
/^ \?VERSION=/
s/=.*/=$date/g
w
EOF
done

(Wow, it's not every day you see a use of ed.)

Ian


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