1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../gdb/installed-by-binutils.patch
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Do not install the bfd and obcode libraries and/or other files -
18 the binutils package supplies them.
20 - Clifford Wolf & Rene Rebe
21 - rediffed for gdb 6.3 by Valentin Ziegler
22 - re-rediffed for gdb 6.4 by Rene Rebe
23 - re-rediffed for gdb 6.5 by Aldas Nabazas
25 --- gdb-7.0/bfd/Makefile.in.vanilla 2009-10-07 10:08:51.000000000 +0200
26 +++ gdb-7.0/bfd/Makefile.in 2009-10-07 10:09:16.000000000 +0200
29 INCDIR = $(srcdir)/../include
30 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
34 libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
35 @SHARED_LDFLAGS@ $(am__empty)
37 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
39 install: $(BUILT_SOURCES)
40 - $(MAKE) $(AM_MAKEFLAGS) install-recursive
41 install-exec: install-exec-recursive
42 install-data: install-data-recursive
43 uninstall: uninstall-recursive
44 --- gdb-7.3.1/libiberty/Makefile.in.vanilla 2011-09-05 11:05:21.000000000 +0200
45 +++ gdb-7.3.1/libiberty/Makefile.in 2011-09-05 11:05:59.000000000 +0200
47 @MAINT@ echo stamp > stamp-functions
49 INSTALL_DEST = @INSTALL_DEST@
50 -install: install_to_$(INSTALL_DEST) install-subdir
52 install-strip: install
54 .PHONY: install install-strip
55 diff -Nur gdb-6.5-orig/opcodes/Makefile.in gdb-6.5/opcodes/Makefile.in
56 --- gdb-6.5-orig/opcodes/Makefile.in 2006-04-19 12:10:21.000000000 +0000
57 +++ gdb-6.5/opcodes/Makefile.in 2006-06-23 14:26:48.000000000 +0000
59 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
60 test -z "$$dir" || $(mkdir_p) "$$dir"; \
62 -install: install-recursive
64 install-exec: install-exec-recursive
65 install-data: install-data-recursive
66 uninstall: uninstall-recursive
67 --- gdb-7.9/etc/Makefile.in.vanilla 2015-02-21 10:55:09.040000000 +0000
68 +++ gdb-7.9/etc/Makefile.in 2015-02-21 10:55:34.708000000 +0000
73 -install install-strip install-info install-html install-pdf:
74 +install install-strip:
78 --- gdb-9.1/Makefile.in.vanilla 2020-02-08 22:13:40.309555318 +0000
79 +++ gdb-9.1/Makefile.in 2020-02-08 22:14:52.269555318 +0000
81 maybe-install-lto-plugin \
82 maybe-install-libcc1 \
83 maybe-install-gotools \
84 - maybe-install-libctf
85 + # maybe-install-libctf
90 maybe-install-lto-plugin \
91 maybe-install-libcc1 \
92 maybe-install-gotools \
93 - maybe-install-libctf
94 + # maybe-install-libctf
96 .PHONY: install-target
99 maybe-install-strip-lto-plugin \
100 maybe-install-strip-libcc1 \
101 maybe-install-strip-gotools \
102 - maybe-install-strip-libctf
103 + # maybe-install-strip-libctf
105 .PHONY: install-strip-target
106 install-strip-target: \