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

Michael C


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