mirror of the now-defunct rocklinux.org
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.

87 lines
2.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/gdb/installed-by-binutils.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. Do not install the bfd and obcode libraries and/or other files -
  20. the binutils package supplies them.
  21. - Clifford Wold & Rene Rebe
  22. --- ./bfd/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
  23. +++ ./bfd/Makefile.in 2007-11-09 13:44:20.000000000 +0000
  24. @@ -273,7 +273,7 @@
  25. INCDIR = $(srcdir)/../include
  26. CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  27. MKDEP = gcc -MM
  28. -SUBDIRS = doc po
  29. +SUBDIRS = doc
  30. bfddocdir = doc
  31. bfdlib_LTLIBRARIES = libbfd.la
  32. AM_CFLAGS = $(WARN_CFLAGS)
  33. @@ -1208,7 +1208,7 @@
  34. for dir in "$(DESTDIR)$(bfdlibdir)"; do \
  35. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  36. done
  37. -install: install-recursive
  38. +install:
  39. install-exec: install-exec-recursive
  40. install-data: install-data-recursive
  41. uninstall: uninstall-recursive
  42. --- ./etc/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
  43. +++ ./etc/Makefile.in 2007-11-09 13:44:20.000000000 +0000
  44. @@ -64,7 +64,7 @@
  45. HTMLFILES = standards.html configure.html
  46. all: info
  47. -install: install-info
  48. +install:
  49. uninstall:
  50. --- ./opcodes/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
  51. +++ ./opcodes/Makefile.in 2007-11-09 13:44:57.000000000 +0000
  52. @@ -241,7 +241,7 @@
  53. target_vendor = @target_vendor@
  54. AUTOMAKE_OPTIONS = 1.9 cygnus
  55. ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
  56. -SUBDIRS = po
  57. +SUBDIRS =
  58. INCDIR = $(srcdir)/../include
  59. BFDDIR = $(srcdir)/../bfd
  60. MKDEP = gcc -MM
  61. @@ -876,7 +876,7 @@
  62. for dir in "$(DESTDIR)$(bfdlibdir)"; do \
  63. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  64. done
  65. -install: install-recursive
  66. +install:
  67. install-exec: install-exec-recursive
  68. install-data: install-data-recursive
  69. uninstall: uninstall-recursive
  70. --- ./libiberty/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
  71. +++ ./libiberty/Makefile.in 2007-11-09 13:44:20.000000000 +0000
  72. @@ -344,7 +344,8 @@
  73. @MAINT@ echo stamp > stamp-functions
  74. INSTALL_DEST = @INSTALL_DEST@
  75. -install: install_to_$(INSTALL_DEST) install-subdir
  76. +install:
  77. +#install: install_to_$(INSTALL_DEST) install-subdir
  78. # This is tricky. Even though CC in the Makefile contains
  79. # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the