mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Improve release doc slightly.
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
|
Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
* gdbint.texinfo: Improve release doc slightly.
|
||||||
|
|
||||||
Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
|
Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
|
||||||
|
|
||||||
* doc/gdbint.texinfo: Improve doc of GDB config macros.
|
* gdbint.texinfo: Improve doc of GDB config macros.
|
||||||
|
|
||||||
Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
|
Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
@ -556,12 +556,13 @@ distribution!
|
|||||||
From the top level directory (containing @file{gdb}, @file{bfd},
|
From the top level directory (containing @file{gdb}, @file{bfd},
|
||||||
@file{libiberty}, and so on):
|
@file{libiberty}, and so on):
|
||||||
@example
|
@example
|
||||||
make gdb.tar.Z
|
make -f Makefile.in gdb.tar.Z
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
This will properly configure, clean, rebuild any files that are
|
This will properly configure, clean, rebuild any files that are
|
||||||
distributed pre-built (e.g. @file{c-exp.tab.c} or @file{refcard.ps}),
|
distributed pre-built (e.g. @file{c-exp.tab.c} or @file{refcard.ps}),
|
||||||
and will then make a tarfile.
|
and will then make a tarfile. (If the top level directory has already
|
||||||
|
beenn configured, you can just do @code{make gdb.tar.Z} instead.)
|
||||||
|
|
||||||
This procedure requires:
|
This procedure requires:
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
Reference in New Issue
Block a user