# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/gdb/hotfix-shared-binutils.patch # Copyright (C) 2004 - 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- Do not install the bfd and obcode libraries and/or other files - the binutils package supplies them. --- gdb-12.1/bfd/Makefile.in.vanilla 2022-05-02 12:29:02.134547263 +0200 +++ gdb-12.1/bfd/Makefile.in 2022-05-02 12:29:17.676546643 +0200 @@ -508,7 +508,7 @@ MAINTAINERCLEANFILES = $(DOCFILES) doc/bfd.info INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -SUBDIRS = po +SUBDIRS = bfddocdir = doc libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ @SHARED_LDFLAGS@ $(am__empty) @@ -1674,7 +1674,6 @@ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive --- gdb-7.3.1/libiberty/Makefile.in.vanilla 2011-09-05 11:05:21.000000000 +0200 +++ gdb-7.3.1/libiberty/Makefile.in 2011-09-05 11:05:59.000000000 +0200 @@ -340,7 +340,7 @@ @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ -install: install_to_$(INSTALL_DEST) install-subdir +install: install-strip: install .PHONY: install install-strip diff -Nur gdb-6.5-orig/opcodes/Makefile.in gdb-6.5/opcodes/Makefile.in --- gdb-6.5-orig/opcodes/Makefile.in 2006-04-19 12:10:21.000000000 +0000 +++ gdb-6.5/opcodes/Makefile.in 2006-06-23 14:26:48.000000000 +0000 @@ -837,7 +837,7 @@ for dir in "$(DESTDIR)$(bfdlibdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done -install: install-recursive +install: install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive --- gdb-12.1/etc/Makefile.in.vanilla 2022-05-02 12:27:42.485550439 +0200 +++ gdb-12.1/etc/Makefile.in 2022-05-02 12:28:48.498547807 +0200 @@ -360,8 +360,8 @@ cscopelist-am ctags-am distclean distclean-generic dvi dvi-am \ html html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ + install-exec-am install-html-am \ + install-info-am install-man install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ --- gdb-15.2/libsframe/Makefile.in.vanilla 2024-12-11 19:21:08.136666566 +0100 +++ gdb-15.2/libsframe/Makefile.in 2024-12-11 19:23:59.199999899 +0100 @@ -306,7 +306,7 @@ am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = -INFO_DEPS = doc/sframe-spec.info +INFO_DEPS = # doc/sframe-spec.info am__TEXINFO_TEX_DIR = $(srcdir) DVIS = doc/sframe-spec.dvi PDFS = doc/sframe-spec.pdf --- gdb-15.2/libctf/Makefile.in.vanilla 2024-12-11 19:23:40.133333232 +0100 +++ gdb-15.2/libctf/Makefile.in 2024-12-11 19:24:09.833333235 +0100 @@ -313,7 +313,7 @@ am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = am__dirstamp = $(am__leading_dot)dirstamp -INFO_DEPS = doc/ctf-spec.info +INFO_DEPS = # doc/ctf-spec.info am__TEXINFO_TEX_DIR = $(srcdir) DVIS = doc/ctf-spec.dvi PDFS = doc/ctf-spec.pdf