OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gdb/installed-by-binutils.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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 ---
  16. Do not install the bfd and obcode libraries and/or other files -
  17. the binutils package supplies them.
  18. - Clifford Wolf & Rene Rebe
  19. - rediffed for gdb 6.3 by Valentin Ziegler
  20. - re-rediffed for gdb 6.4 by Rene Rebe
  21. - re-rediffed for gdb 6.5 by Aldas Nabazas
  22. diff -Nur gdb-6.5-orig/bfd/Makefile.in gdb-6.5/bfd/Makefile.in
  23. --- gdb-6.5-orig/bfd/Makefile.in 2006-04-19 12:09:42.000000000 +0000
  24. +++ gdb-6.5/bfd/Makefile.in 2006-06-23 14:25:06.000000000 +0000
  25. @@ -257,7 +257,7 @@
  26. INCDIR = $(srcdir)/../include
  27. CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  28. MKDEP = gcc -MM
  29. -SUBDIRS = doc po
  30. +SUBDIRS = doc
  31. bfddocdir = doc
  32. bfdlib_LTLIBRARIES = libbfd.la
  33. AM_CFLAGS = $(WARN_CFLAGS)
  34. @@ -1158,7 +1158,7 @@
  35. for dir in "$(DESTDIR)$(bfdlibdir)"; do \
  36. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  37. done
  38. -install: install-recursive
  39. +install:
  40. install-exec: install-exec-recursive
  41. install-data: install-data-recursive
  42. uninstall: uninstall-recursive
  43. diff -Nur gdb-6.5-orig/etc/Makefile.in gdb-6.5/etc/Makefile.in
  44. --- gdb-6.5-orig/etc/Makefile.in 2006-04-06 21:49:30.000000000 +0000
  45. +++ gdb-6.5/etc/Makefile.in 2006-06-23 14:25:24.000000000 +0000
  46. @@ -59,7 +59,7 @@
  47. HTMLFILES = standards.html configure.html
  48. all: info
  49. -install: install-info
  50. +install:
  51. uninstall:
  52. diff -Nur gdb-6.5-orig/libiberty/Makefile.in gdb-6.5/libiberty/Makefile.in
  53. --- gdb-6.5-orig/libiberty/Makefile.in 2006-04-07 00:01:25.000000000 +0000
  54. +++ gdb-6.5/libiberty/Makefile.in 2006-06-23 14:27:47.000000000 +0000
  55. @@ -330,7 +330,8 @@
  56. @MAINT@ echo stamp > stamp-functions
  57. INSTALL_DEST = @INSTALL_DEST@
  58. -install: install_to_$(INSTALL_DEST) install-subdir
  59. +install:
  60. +#install: install_to_$(INSTALL_DEST) install-subdir
  61. install_to_libdir: all
  62. ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
  63. diff -Nur gdb-6.5-orig/opcodes/Makefile.in gdb-6.5/opcodes/Makefile.in
  64. --- gdb-6.5-orig/opcodes/Makefile.in 2006-04-19 12:10:21.000000000 +0000
  65. +++ gdb-6.5/opcodes/Makefile.in 2006-06-23 14:26:48.000000000 +0000
  66. @@ -231,7 +231,7 @@
  67. target_os = @target_os@
  68. target_vendor = @target_vendor@
  69. AUTOMAKE_OPTIONS = 1.9 cygnus
  70. -SUBDIRS = po
  71. +SUBDIRS =
  72. INCDIR = $(srcdir)/../include
  73. BFDDIR = $(srcdir)/../bfd
  74. MKDEP = gcc -MM
  75. @@ -837,7 +837,7 @@
  76. for dir in "$(DESTDIR)$(bfdlibdir)"; do \
  77. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  78. done
  79. -install: install-recursive
  80. +install:
  81. install-exec: install-exec-recursive
  82. install-data: install-data-recursive
  83. uninstall: uninstall-recursive