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.

113 lines
3.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/dont-install-this.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. --- ./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. --- ./libiberty/Makefile.in.orig Mon Jul 1 20:02:30 2002
  50. +++ ./libiberty/Makefile.in Sat Jan 18 20:05:39 2003
  51. @@ -259,20 +259,20 @@
  52. install: install_to_$(INSTALL_DEST) install-subdir
  53. install_to_libdir: all
  54. - $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
  55. - ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
  56. - mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
  57. - if test -n "${target_header_dir}"; then \
  58. - case "${target_header_dir}" in \
  59. - /*) thd=${target_header_dir};; \
  60. - *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
  61. - esac; \
  62. - ${mkinstalldirs} $(DESTDIR)$${thd}; \
  63. - for h in ${INSTALLED_HEADERS}; do \
  64. - ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
  65. - done; \
  66. - fi
  67. - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
  68. +# $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
  69. +# ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
  70. +# mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
  71. +# if test -n "${target_header_dir}"; then \
  72. +# case "${target_header_dir}" in \
  73. +# /*) thd=${target_header_dir};; \
  74. +# *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
  75. +# esac; \
  76. +# ${mkinstalldirs} $(DESTDIR)$${thd}; \
  77. +# for h in ${INSTALLED_HEADERS}; do \
  78. +# ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
  79. +# done; \
  80. +# fi
  81. +# @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
  82. install_to_tooldir: all
  83. $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
  84. --- ./opcodes/Makefile.in.orig Wed Aug 28 12:38:50 2002
  85. +++ ./opcodes/Makefile.in Sat Jan 18 20:09:32 2003
  86. @@ -112,7 +112,7 @@
  87. AUTOMAKE_OPTIONS = cygnus
  88. -SUBDIRS = po
  89. +SUBDIRS =
  90. INCDIR = $(srcdir)/../include
  91. BFDDIR = $(srcdir)/../bfd
  92. @@ -730,7 +730,8 @@
  93. install-am: all-am
  94. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  95. -install: install-recursive
  96. +install:
  97. +#install: install-recursive
  98. uninstall-am: uninstall-bfdlibLTLIBRARIES
  99. uninstall: uninstall-recursive
  100. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h