This is the mail archive of the gdb-patches@sourceware.org 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: [doc RFA] stabs.texinfo: @include gdb-cfg.texi.


On Fri, 2015-07-17 at 22:59 +0000, Doug Evans wrote:

> 2015-07-17  Doug Evans  <dje@google.com>
> 
> 	* Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
> 
> diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
> index bd30a81..85ed95b 100644
> --- a/gdb/doc/Makefile.in
> +++ b/gdb/doc/Makefile.in
> @@ -143,7 +143,9 @@ GDB_DOC_FILES = \
>   # Stabs manual: All files
>   STABS_DOC_SOURCE_INCLUDES = \
>   	$(srcdir)/fdl.texi
> -STABS_DOC_BUILD_INCLUDES =
> +STABS_DOC_BUILD_INCLUDES = \
> +	gdb-cfg.texi \
> +	GDBvn.texi
>   STABS_DOC_FILES = \
>   	$(srcdir)/stabs.texinfo \
>   	$(STABS_DOC_SOURCE_INCLUDES) \

Doug, are you waiting for an OK from someone before checking this in?  I
tested the patch locally and it fixed my build problem but it doesn't
look like it has been checked in yet.

Steve Ellcey
sellcey@imgtec.com


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