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.9 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/gdb/installed-by-binutils.patch
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
Do not install the bfd and obcode libraries and/or other files -
the binutils package supplies them.
- Clifford Wold & Rene Rebe
--- ./bfd/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
+++ ./bfd/Makefile.in 2007-11-09 13:44:20.000000000 +0000
@@ -273,7 +273,7 @@
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
MKDEP = gcc -MM
-SUBDIRS = doc po
+SUBDIRS = doc
bfddocdir = doc
bfdlib_LTLIBRARIES = libbfd.la
AM_CFLAGS = $(WARN_CFLAGS)
@@ -1208,7 +1208,7 @@
for dir in "$(DESTDIR)$(bfdlibdir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
-install: install-recursive
+install:
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
--- ./etc/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
+++ ./etc/Makefile.in 2007-11-09 13:44:20.000000000 +0000
@@ -64,7 +64,7 @@
HTMLFILES = standards.html configure.html
all: info
-install: install-info
+install:
uninstall:
--- ./opcodes/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
+++ ./opcodes/Makefile.in 2007-11-09 13:44:57.000000000 +0000
@@ -241,7 +241,7 @@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = 1.9 cygnus
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-SUBDIRS = po
+SUBDIRS =
INCDIR = $(srcdir)/../include
BFDDIR = $(srcdir)/../bfd
MKDEP = gcc -MM
@@ -876,7 +876,7 @@
for dir in "$(DESTDIR)$(bfdlibdir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
-install: install-recursive
+install:
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
--- ./libiberty/Makefile.in.orig 2007-11-09 13:44:14.000000000 +0000
+++ ./libiberty/Makefile.in 2007-11-09 13:44:20.000000000 +0000
@@ -344,7 +344,8 @@
@MAINT@ echo stamp > stamp-functions
INSTALL_DEST = @INSTALL_DEST@
-install: install_to_$(INSTALL_DEST) install-subdir
+install:
+#install: install_to_$(INSTALL_DEST) install-subdir
# This is tricky. Even though CC in the Makefile contains
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the