cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / develop / gdb / installed-by-binutils.patch
blobff01f7fa9ca890001550782d627dae81a9baf116
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../gdb/installed-by-binutils.patch
5 # Copyright (C) 2004 - 2006 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
14 # version.
15 # --- SDE-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 diff -Nur gdb-6.5-orig/bfd/Makefile.in gdb-6.5/bfd/Makefile.in
26 --- gdb-6.5-orig/bfd/Makefile.in 2006-04-19 12:09:42.000000000 +0000
27 +++ gdb-6.5/bfd/Makefile.in 2006-06-23 14:25:06.000000000 +0000
28 @@ -257,7 +257,7 @@
29 INCDIR = $(srcdir)/../include
30 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
31 MKDEP = gcc -MM
32 -SUBDIRS = doc po
33 +SUBDIRS = doc
34 bfddocdir = doc
35 bfdlib_LTLIBRARIES = libbfd.la
36 AM_CFLAGS = $(WARN_CFLAGS)
37 @@ -1158,7 +1158,7 @@
38 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
39 test -z "$$dir" || $(mkdir_p) "$$dir"; \
40 done
41 -install: install-recursive
42 +install:
43 install-exec: install-exec-recursive
44 install-data: install-data-recursive
45 uninstall: uninstall-recursive
46 diff -Nur gdb-6.5-orig/etc/Makefile.in gdb-6.5/etc/Makefile.in
47 --- gdb-6.5-orig/etc/Makefile.in 2006-04-06 21:49:30.000000000 +0000
48 +++ gdb-6.5/etc/Makefile.in 2006-06-23 14:25:24.000000000 +0000
49 @@ -59,7 +59,7 @@
50 HTMLFILES = standards.html configure.html
52 all: info
53 -install: install-info
54 +install:
56 uninstall:
58 diff -Nur gdb-6.5-orig/libiberty/Makefile.in gdb-6.5/libiberty/Makefile.in
59 --- gdb-6.5-orig/libiberty/Makefile.in 2006-04-07 00:01:25.000000000 +0000
60 +++ gdb-6.5/libiberty/Makefile.in 2006-06-23 14:27:47.000000000 +0000
61 @@ -330,7 +330,8 @@
62 @MAINT@ echo stamp > stamp-functions
64 INSTALL_DEST = @INSTALL_DEST@
65 -install: install_to_$(INSTALL_DEST) install-subdir
66 +install:
67 +#install: install_to_$(INSTALL_DEST) install-subdir
69 install_to_libdir: all
70 ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
71 diff -Nur gdb-6.5-orig/opcodes/Makefile.in gdb-6.5/opcodes/Makefile.in
72 --- gdb-6.5-orig/opcodes/Makefile.in 2006-04-19 12:10:21.000000000 +0000
73 +++ gdb-6.5/opcodes/Makefile.in 2006-06-23 14:26:48.000000000 +0000
74 @@ -231,7 +231,7 @@
75 target_os = @target_os@
76 target_vendor = @target_vendor@
77 AUTOMAKE_OPTIONS = 1.9 cygnus
78 -SUBDIRS = po
79 +SUBDIRS =
80 INCDIR = $(srcdir)/../include
81 BFDDIR = $(srcdir)/../bfd
82 MKDEP = gcc -MM
83 @@ -837,7 +837,7 @@
84 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
85 test -z "$$dir" || $(mkdir_p) "$$dir"; \
86 done
87 -install: install-recursive
88 +install:
89 install-exec: install-exec-recursive
90 install-data: install-data-recursive
91 uninstall: uninstall-recursive