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.

93 lines
2.8 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. Do not install the bfd and obcode libraries and/or other files -
  23. the binutils package supplies them.
  24. - Clifford Wold & Rene Rebe
  25. --- ./bfd/Makefile.in.orig Fri Aug 30 10:11:44 2002
  26. +++ ./bfd/Makefile.in Sat Jan 18 20:08:01 2003
  27. @@ -130,7 +130,7 @@
  28. CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  29. MKDEP = gcc -MM
  30. -SUBDIRS = doc po
  31. +SUBDIRS = doc
  32. docdir = doc
  33. bfdlibdir = @bfdlibdir@
  34. @@ -1077,7 +1077,8 @@
  35. install-am: all-am
  36. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  37. -install: install-recursive
  38. +install:
  39. +#install: install-recursive
  40. uninstall-am: uninstall-bfdlibLTLIBRARIES
  41. uninstall: uninstall-recursive
  42. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
  43. --- ./etc/Makefile.in.orig Sat Jan 26 22:35:45 2002
  44. +++ ./etc/Makefile.in Sat Jan 18 19:59:43 2003
  45. @@ -52,7 +52,8 @@
  46. all:
  47. # We want install to imply install-info as per GNU standards.
  48. -install: install-info
  49. +install:
  50. +# install: install-info
  51. uninstall:
  52. --- ./opcodes/Makefile.in.orig Wed Aug 28 12:38:50 2002
  53. +++ ./opcodes/Makefile.in Sat Jan 18 20:09:32 2003
  54. @@ -112,7 +112,7 @@
  55. AUTOMAKE_OPTIONS = cygnus
  56. -SUBDIRS = po
  57. +SUBDIRS =
  58. INCDIR = $(srcdir)/../include
  59. BFDDIR = $(srcdir)/../bfd
  60. @@ -730,7 +730,8 @@
  61. install-am: all-am
  62. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  63. -install: install-recursive
  64. +install:
  65. +#install: install-recursive
  66. uninstall-am: uninstall-bfdlibLTLIBRARIES
  67. uninstall: uninstall-recursive
  68. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
  69. --- gdb-6.0/libiberty/Makefile.in.orig 2003-10-21 22:45:19.000000000 +0200
  70. +++ gdb-6.0/libiberty/Makefile.in 2003-10-21 22:46:00.000000000 +0200
  71. @@ -267,7 +267,8 @@
  72. @MAINT@ echo stamp > stamp-functions
  73. INSTALL_DEST = @INSTALL_DEST@
  74. -install: install_to_$(INSTALL_DEST) install-subdir
  75. +install:
  76. +#install: install_to_$(INSTALL_DEST) install-subdir
  77. install_to_libdir: all
  78. ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)