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.7 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 Fri Aug 30 10:11:44 2002
  23. +++ ./bfd/Makefile.in Sat Jan 18 20:08:01 2003
  24. @@ -254,7 +254,7 @@
  25. INCDIR = $(srcdir)/../include
  26. CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  27. MKDEP = gcc -MM
  28. -SUBDIRS = doc po
  29. +SUBDIRS = doc
  30. docdir = doc
  31. bfdlib_LTLIBRARIES = libbfd.la
  32. AM_CFLAGS = $(WARN_CFLAGS)
  33. @@ -1151,7 +1151,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 Sat Jan 26 22:35:45 2002
  43. +++ ./etc/Makefile.in Sat Jan 18 19:59:43 2003
  44. @@ -52,7 +52,7 @@
  45. DVIFILES = standards.dvi configure.dvi
  46. all: info
  47. -install: install-info
  48. +install:
  49. uninstall:
  50. --- ./opcodes/Makefile.in.orig Wed Aug 28 12:38:50 2002
  51. +++ ./opcodes/Makefile.in Sat Jan 18 20:09:32 2003
  52. @@ -231,7 +231,7 @@
  53. target_os = @target_os@
  54. target_vendor = @target_vendor@
  55. AUTOMAKE_OPTIONS = 1.9 cygnus
  56. -SUBDIRS = po
  57. +SUBDIRS =
  58. INCDIR = $(srcdir)/../include
  59. BFDDIR = $(srcdir)/../bfd
  60. MKDEP = gcc -MM
  61. @@ -822,7 +822,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 2003-10-21 22:45:19.000000000 +0200
  71. +++ ./libiberty/Makefile.in 2003-10-21 22:46:00.000000000 +0200
  72. @@ -267,7 +267,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. install_to_libdir: all
  79. ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)