This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [rfa] doc/gdbint.texinfo: update commands for release tarball


Andrew C writes:

The section `Configuring @value{GDBN} for Release' should be deleted. It's been entirely superseeded by the chapter `Releasing GDB'.

Ah, okay, I will delete that section and edit this part:

  @smallexample
  $  for m in gdb insight
  do
  ( cd $m/src && gmake -f Makefile.in $m.tar )
  done
  $  ( m=dejagnu; cd $m/src && gmake -f Makefile.in $m.tar.bz2 )
  @end smallexample
For the moment, I think clone it. (but add a cindex?)

I cut/paste these sequeces when doing a release (which is why they keep changing) so having just the new one there would break me doing a re-spin of the current branch :-)

Andrew



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