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.

90 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 - 2005 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. @@ -130,7 +130,7 @@
  25. CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  26. MKDEP = gcc -MM
  27. -SUBDIRS = doc po
  28. +SUBDIRS = doc
  29. docdir = doc
  30. bfdlibdir = @bfdlibdir@
  31. @@ -1077,7 +1077,8 @@
  32. install-am: all-am
  33. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  34. -install: install-recursive
  35. +install:
  36. +#install: install-recursive
  37. uninstall-am: uninstall-bfdlibLTLIBRARIES
  38. uninstall: uninstall-recursive
  39. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
  40. --- ./etc/Makefile.in.orig Sat Jan 26 22:35:45 2002
  41. +++ ./etc/Makefile.in Sat Jan 18 19:59:43 2003
  42. @@ -52,7 +52,8 @@
  43. all:
  44. # We want install to imply install-info as per GNU standards.
  45. -install: install-info
  46. +install:
  47. +# install: install-info
  48. uninstall:
  49. --- ./opcodes/Makefile.in.orig Wed Aug 28 12:38:50 2002
  50. +++ ./opcodes/Makefile.in Sat Jan 18 20:09:32 2003
  51. @@ -112,7 +112,7 @@
  52. AUTOMAKE_OPTIONS = cygnus
  53. -SUBDIRS = po
  54. +SUBDIRS =
  55. INCDIR = $(srcdir)/../include
  56. BFDDIR = $(srcdir)/../bfd
  57. @@ -730,7 +730,8 @@
  58. install-am: all-am
  59. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  60. -install: install-recursive
  61. +install:
  62. +#install: install-recursive
  63. uninstall-am: uninstall-bfdlibLTLIBRARIES
  64. uninstall: uninstall-recursive
  65. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
  66. --- gdb-6.0/libiberty/Makefile.in.orig 2003-10-21 22:45:19.000000000 +0200
  67. +++ gdb-6.0/libiberty/Makefile.in 2003-10-21 22:46:00.000000000 +0200
  68. @@ -267,7 +267,8 @@
  69. @MAINT@ echo stamp > stamp-functions
  70. INSTALL_DEST = @INSTALL_DEST@
  71. -install: install_to_$(INSTALL_DEST) install-subdir
  72. +install:
  73. +#install: install_to_$(INSTALL_DEST) install-subdir
  74. install_to_libdir: all
  75. ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)