public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libctf: delete unused libctf_TEXINFOS
@ 2021-12-02  4:44 Mike Frysinger
  2022-01-23  0:35 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2021-12-02  4:44 UTC (permalink / raw)
  To: binutils

It's not clear what this was meant for, but it's not used by anything,
and the info pages still generate fine without it.
---
 libctf/Makefile.in  | 1 -
 libctf/doc/local.mk | 1 -
 2 files changed, 2 deletions(-)

diff --git a/libctf/Makefile.in b/libctf/Makefile.in
index 379f50df44b2..09855ae85a39 100644
--- a/libctf/Makefile.in
+++ b/libctf/Makefile.in
@@ -578,7 +578,6 @@ RUNTESTFLAGS =
 # development.sh is used to determine -Werror default.
 @TCL_TRY_TRUE@CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
 @TCL_TRY_TRUE@EXTRA_DEJAGNU_SITE_CONFIG = development.exp
-@BUILD_INFO_TRUE@libctf_TEXINFOS = $(info_TEXINFOS)
 @BUILD_INFO_TRUE@AM_MAKEINFOFLAGS = --no-split
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am
diff --git a/libctf/doc/local.mk b/libctf/doc/local.mk
index 7ee2fec78cc7..db319c226766 100644
--- a/libctf/doc/local.mk
+++ b/libctf/doc/local.mk
@@ -18,7 +18,6 @@
 #
 
 info_TEXINFOS += %D%/ctf-spec.texi
-libctf_TEXINFOS = $(info_TEXINFOS)
 
 AM_MAKEINFOFLAGS = --no-split
 
-- 
2.33.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libctf: delete unused libctf_TEXINFOS
  2021-12-02  4:44 [PATCH] libctf: delete unused libctf_TEXINFOS Mike Frysinger
@ 2022-01-23  0:35 ` Mike Frysinger
  2022-02-10 13:59   ` Nick Alcock
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2022-01-23  0:35 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]

ping ... i'll prob push it in a bit as semi-obvious since the generated
code is not affected by its removal.
-mike

On 01 Dec 2021 23:44, Mike Frysinger via Binutils wrote:
> It's not clear what this was meant for, but it's not used by anything,
> and the info pages still generate fine without it.
> ---
>  libctf/Makefile.in  | 1 -
>  libctf/doc/local.mk | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/libctf/Makefile.in b/libctf/Makefile.in
> index 379f50df44b2..09855ae85a39 100644
> --- a/libctf/Makefile.in
> +++ b/libctf/Makefile.in
> @@ -578,7 +578,6 @@ RUNTESTFLAGS =
>  # development.sh is used to determine -Werror default.
>  @TCL_TRY_TRUE@CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
>  @TCL_TRY_TRUE@EXTRA_DEJAGNU_SITE_CONFIG = development.exp
> -@BUILD_INFO_TRUE@libctf_TEXINFOS = $(info_TEXINFOS)
>  @BUILD_INFO_TRUE@AM_MAKEINFOFLAGS = --no-split
>  all: config.h
>  	$(MAKE) $(AM_MAKEFLAGS) all-am
> diff --git a/libctf/doc/local.mk b/libctf/doc/local.mk
> index 7ee2fec78cc7..db319c226766 100644
> --- a/libctf/doc/local.mk
> +++ b/libctf/doc/local.mk
> @@ -18,7 +18,6 @@
>  #
>  
>  info_TEXINFOS += %D%/ctf-spec.texi
> -libctf_TEXINFOS = $(info_TEXINFOS)
>  
>  AM_MAKEINFOFLAGS = --no-split
>  
> -- 
> 2.33.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libctf: delete unused libctf_TEXINFOS
  2022-01-23  0:35 ` Mike Frysinger
@ 2022-02-10 13:59   ` Nick Alcock
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Alcock @ 2022-02-10 13:59 UTC (permalink / raw)
  To: binutils; +Cc: Mike Frysinger

On 23 Jan 2022, Mike Frysinger via Binutils verbalised:

> ping ... i'll prob push it in a bit as semi-obvious since the generated
> code is not affected by its removal.

Looks good.

> -mike
>
> On 01 Dec 2021 23:44, Mike Frysinger via Binutils wrote:
>> It's not clear what this was meant for, but it's not used by anything,
>> and the info pages still generate fine without it.

It's code residue that I stopped using before committing any of this,
and didn't notice I'd left behind. Thanks for cleaning it up!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-10 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  4:44 [PATCH] libctf: delete unused libctf_TEXINFOS Mike Frysinger
2022-01-23  0:35 ` Mike Frysinger
2022-02-10 13:59   ` Nick Alcock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).