mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
bfd: delete unused proto settings
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.
This commit is contained in:
@ -28,15 +28,6 @@ DOCFILES = aoutx.texi archive.texi archures.texi \
|
|||||||
mmo.texi \
|
mmo.texi \
|
||||||
bfdver.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
|
# 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,
|
# between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
|
||||||
# you don't need these three:
|
# you don't need these three:
|
||||||
@ -359,8 +350,6 @@ noinst_TEXINFOS = bfdint.texi
|
|||||||
|
|
||||||
MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
|
MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
|
||||||
|
|
||||||
CLEANFILES = *.p *.ip
|
|
||||||
|
|
||||||
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
|
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = $(DOCFILES)
|
MAINTAINERCLEANFILES = $(DOCFILES)
|
||||||
|
@ -404,14 +404,6 @@ DOCFILES = aoutx.texi archive.texi archures.texi \
|
|||||||
mmo.texi \
|
mmo.texi \
|
||||||
bfdver.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
|
# 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,
|
# between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
|
||||||
@ -496,7 +488,6 @@ BFD_H_DEP = \
|
|||||||
|
|
||||||
noinst_TEXINFOS = bfdint.texi
|
noinst_TEXINFOS = bfdint.texi
|
||||||
MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
|
MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
|
||||||
CLEANFILES = *.p *.ip
|
|
||||||
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
|
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
|
||||||
MAINTAINERCLEANFILES = $(DOCFILES) bfd.info
|
MAINTAINERCLEANFILES = $(DOCFILES) bfd.info
|
||||||
all: all-am
|
all: all-am
|
||||||
@ -740,7 +731,6 @@ mostlyclean-generic:
|
|||||||
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||||
|
Reference in New Issue
Block a user