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.

152 lines
5.5 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. --- ./configure.orig 2002-05-31 23:09:45.000000000 +0300
  41. +++ ./configure 2003-08-27 14:59:37.000000000 +0300
  42. @@ -527,6 +527,8 @@
  43. moveifchange=`echo ${progname} | sed 's/configure$/move-if-change/'`
  44. ## the sed command below emulates the dirname command
  45. topsrcdir=`cd \`echo ${progname} | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'\`; ${PWDCMD-pwd}`
  46. +# the readline package in rock-linux is recent enough
  47. +${remove} -f ${topsrcdir}/readline/configure*
  48. # this is a hack. sun4 must always be a valid host alias or this will fail.
  49. --- ./etc/Makefile.in.orig Sat Jan 26 22:35:45 2002
  50. +++ ./etc/Makefile.in Sat Jan 18 19:59:43 2003
  51. @@ -52,7 +52,8 @@
  52. all:
  53. # We want install to imply install-info as per GNU standards.
  54. -install: install-info
  55. +install:
  56. +# install: install-info
  57. uninstall:
  58. --- ./gdb/defs.h.orig 2002-08-01 20:18:32.000000000 +0300
  59. +++ ./gdb/defs.h 2003-08-27 14:53:36.000000000 +0300
  60. @@ -614,10 +614,6 @@
  61. struct frame_info;
  62. -/* From readline (but not in any readline .h files). */
  63. -
  64. -extern char *tilde_expand (char *);
  65. -
  66. /* Control types for commands */
  67. enum misc_command_type
  68. --- ./gdb/Makefile.in.orig 2002-11-26 00:05:38.000000000 +0200
  69. +++ ./gdb/Makefile.in 2003-08-27 14:55:25.000000000 +0300
  70. @@ -370,10 +370,10 @@
  71. INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty \
  72. $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
  73. -lmmalloc -lintl -liberty
  74. -CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \
  75. +CLIBS = $(SIM) $(BFD) -lreadline $(OPCODES) $(INTL) $(LIBIBERTY) \
  76. $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
  77. $(MMALLOC) $(LIBIBERTY) $(WIN32LIBS)
  78. -CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
  79. +CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) \
  80. $(OPCODES) $(MMALLOC) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS)
  81. ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
  82. --- ./libiberty/Makefile.in.orig Mon Jul 1 20:02:30 2002
  83. +++ ./libiberty/Makefile.in Sat Jan 18 20:05:39 2003
  84. @@ -259,20 +259,20 @@
  85. install: install_to_$(INSTALL_DEST) install-subdir
  86. install_to_libdir: all
  87. - $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
  88. - ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
  89. - mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
  90. - if test -n "${target_header_dir}"; then \
  91. - case "${target_header_dir}" in \
  92. - /*) thd=${target_header_dir};; \
  93. - *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
  94. - esac; \
  95. - ${mkinstalldirs} $(DESTDIR)$${thd}; \
  96. - for h in ${INSTALLED_HEADERS}; do \
  97. - ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
  98. - done; \
  99. - fi
  100. - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
  101. +# $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
  102. +# ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
  103. +# mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
  104. +# if test -n "${target_header_dir}"; then \
  105. +# case "${target_header_dir}" in \
  106. +# /*) thd=${target_header_dir};; \
  107. +# *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
  108. +# esac; \
  109. +# ${mkinstalldirs} $(DESTDIR)$${thd}; \
  110. +# for h in ${INSTALLED_HEADERS}; do \
  111. +# ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
  112. +# done; \
  113. +# fi
  114. +# @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
  115. install_to_tooldir: all
  116. $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
  117. --- ./opcodes/Makefile.in.orig Wed Aug 28 12:38:50 2002
  118. +++ ./opcodes/Makefile.in Sat Jan 18 20:09:32 2003
  119. @@ -112,7 +112,7 @@
  120. AUTOMAKE_OPTIONS = cygnus
  121. -SUBDIRS = po
  122. +SUBDIRS =
  123. INCDIR = $(srcdir)/../include
  124. BFDDIR = $(srcdir)/../bfd
  125. @@ -730,7 +730,8 @@
  126. install-am: all-am
  127. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  128. -install: install-recursive
  129. +install:
  130. +#install: install-recursive
  131. uninstall-am: uninstall-bfdlibLTLIBRARIES
  132. uninstall: uninstall-recursive
  133. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h