public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] bfd: delete unused proto settings
@ 2021-11-30  3:15 Mike Frysinger
  2021-12-01 15:14 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2021-11-30  3:15 UTC (permalink / raw)
  To: binutils

These have been around for decades but don't appear to be used, and
trying to build them (e.g. `make archive.p archive.ip`) doesn't work,
so just delete it all.
---
 bfd/doc/Makefile.am | 11 -----------
 bfd/doc/Makefile.in | 10 ----------
 2 files changed, 21 deletions(-)

diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am
index 631e6abea618..67f1042b0a17 100644
--- a/bfd/doc/Makefile.am
+++ b/bfd/doc/Makefile.am
@@ -28,15 +28,6 @@ DOCFILES = aoutx.texi  archive.texi archures.texi \
 	mmo.texi \
 	bfdver.texi
 
-PROTOS = archive.p archures.p bfd.p \
-	 core.p format.p \
-	bfdio.p bfdwin.p \
-	libbfd.p opncls.p reloc.p \
-	section.p syms.p targets.p  \
-	format.p  core.p init.p
-
-IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
-
 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction 
 # between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,
 # you don't need these three:
@@ -359,8 +350,6 @@ noinst_TEXINFOS = bfdint.texi
 
 MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
 
-CLEANFILES = *.p *.ip
-
 DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
 
 MAINTAINERCLEANFILES = $(DOCFILES)
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index 0724b77826df..185786cecca6 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -404,14 +404,6 @@ DOCFILES = aoutx.texi  archive.texi archures.texi \
 	mmo.texi \
 	bfdver.texi
 
-PROTOS = archive.p archures.p bfd.p \
-	 core.p format.p \
-	bfdio.p bfdwin.p \
-	libbfd.p opncls.p reloc.p \
-	section.p syms.p targets.p  \
-	format.p  core.p init.p
-
-IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
 
 # SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction 
 # between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,
@@ -496,7 +488,6 @@ BFD_H_DEP = \
 
 noinst_TEXINFOS = bfdint.texi
 MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
-CLEANFILES = *.p *.ip
 DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
 MAINTAINERCLEANFILES = $(DOCFILES) bfd.info
 all: all-am
@@ -740,7 +731,6 @@ mostlyclean-generic:
 	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
 clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-- 
2.33.0


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

* Re: [PATCH] bfd: delete unused proto settings
  2021-11-30  3:15 [PATCH] bfd: delete unused proto settings Mike Frysinger
@ 2021-12-01 15:14 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2021-12-01 15:14 UTC (permalink / raw)
  To: Mike Frysinger, binutils

Hi Mike,

> These have been around for decades but don't appear to be used, and
> trying to build them (e.g. `make archive.p archive.ip`) doesn't work,
> so just delete it all.
> ---
>   bfd/doc/Makefile.am | 11 -----------
>   bfd/doc/Makefile.in | 10 ----------
>   2 files changed, 21 deletions(-)
> 

Approved - please apply.

Cheers
   Nick


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

end of thread, other threads:[~2021-12-01 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30  3:15 [PATCH] bfd: delete unused proto settings Mike Frysinger
2021-12-01 15:14 ` Nick Clifton

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).