* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / develop / gdb / hotfix-shared-binutils.patch
blob165d68cf3662ffe8b8a2d89017d6cebaac8bb35f
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gdb/hotfix-shared-binutils.patch
3 # Copyright (C) 2004 - 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 Do not install the bfd and obcode libraries and/or other files -
15 the binutils package supplies them.
17 --- gdb-12.1/bfd/Makefile.in.vanilla 2022-05-02 12:29:02.134547263 +0200
18 +++ gdb-12.1/bfd/Makefile.in 2022-05-02 12:29:17.676546643 +0200
19 @@ -508,7 +508,7 @@
20 MAINTAINERCLEANFILES = $(DOCFILES) doc/bfd.info
21 INCDIR = $(srcdir)/../include
22 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
23 -SUBDIRS = po
24 +SUBDIRS =
25 bfddocdir = doc
26 libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
27 @SHARED_LDFLAGS@ $(am__empty)
28 @@ -1674,7 +1674,6 @@
29 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
30 done
31 install: $(BUILT_SOURCES)
32 - $(MAKE) $(AM_MAKEFLAGS) install-recursive
33 install-exec: install-exec-recursive
34 install-data: install-data-recursive
35 uninstall: uninstall-recursive
36 --- gdb-7.3.1/libiberty/Makefile.in.vanilla 2011-09-05 11:05:21.000000000 +0200
37 +++ gdb-7.3.1/libiberty/Makefile.in 2011-09-05 11:05:59.000000000 +0200
38 @@ -340,7 +340,7 @@
39 @MAINT@ echo stamp > stamp-functions
41 INSTALL_DEST = @INSTALL_DEST@
42 -install: install_to_$(INSTALL_DEST) install-subdir
43 +install:
44 install-strip: install
46 .PHONY: install install-strip
47 diff -Nur gdb-6.5-orig/opcodes/Makefile.in gdb-6.5/opcodes/Makefile.in
48 --- gdb-6.5-orig/opcodes/Makefile.in 2006-04-19 12:10:21.000000000 +0000
49 +++ gdb-6.5/opcodes/Makefile.in 2006-06-23 14:26:48.000000000 +0000
50 @@ -837,7 +837,7 @@
51 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
52 test -z "$$dir" || $(mkdir_p) "$$dir"; \
53 done
54 -install: install-recursive
55 +install:
56 install-exec: install-exec-recursive
57 install-data: install-data-recursive
58 uninstall: uninstall-recursive
60 --- gdb-12.1/etc/Makefile.in.vanilla 2022-05-02 12:27:42.485550439 +0200
61 +++ gdb-12.1/etc/Makefile.in 2022-05-02 12:28:48.498547807 +0200
62 @@ -360,8 +360,8 @@
63 cscopelist-am ctags-am distclean distclean-generic dvi dvi-am \
64 html html-am info info-am install install-am install-data \
65 install-data-am install-dvi install-dvi-am install-exec \
66 - install-exec-am install-html install-html-am install-info \
67 - install-info-am install-man install-pdf install-pdf-am \
68 + install-exec-am install-html-am \
69 + install-info-am install-man install-pdf-am \
70 install-ps install-ps-am install-strip installcheck \
71 installcheck-am installdirs maintainer-clean \
72 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
73 --- gdb-15.2/libsframe/Makefile.in.vanilla 2024-12-11 19:21:08.136666566 +0100
74 +++ gdb-15.2/libsframe/Makefile.in 2024-12-11 19:23:59.199999899 +0100
75 @@ -306,7 +306,7 @@
76 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
77 am__v_texidevnull_0 = > /dev/null
78 am__v_texidevnull_1 =
79 -INFO_DEPS = doc/sframe-spec.info
80 +INFO_DEPS = # doc/sframe-spec.info
81 am__TEXINFO_TEX_DIR = $(srcdir)
82 DVIS = doc/sframe-spec.dvi
83 PDFS = doc/sframe-spec.pdf
84 --- gdb-15.2/libctf/Makefile.in.vanilla 2024-12-11 19:23:40.133333232 +0100
85 +++ gdb-15.2/libctf/Makefile.in 2024-12-11 19:24:09.833333235 +0100
86 @@ -313,7 +313,7 @@
87 am__v_texidevnull_0 = > /dev/null
88 am__v_texidevnull_1 =
89 am__dirstamp = $(am__leading_dot)dirstamp
90 -INFO_DEPS = doc/ctf-spec.info
91 +INFO_DEPS = # doc/ctf-spec.info
92 am__TEXINFO_TEX_DIR = $(srcdir)
93 DVIS = doc/ctf-spec.dvi
94 PDFS = doc/ctf-spec.pdf