From 0e559d642ec0d3582bff30f326ac91308c36cfe1 Mon Sep 17 00:00:00 2001 From: fgsch Date: Tue, 30 Apr 2002 18:12:43 +0000 Subject: [PATCH] small changes so make cleandir is happy when tested in tree. --- devel/binutils/stable/patches/patch-Makefile_in | 12 ++++++++++++ devel/binutils/stable/patches/patch-bfd_Makefile_in | 11 +++++++++++ .../stable/patches/patch-binutils_Makefile_in | 11 +++++++++++ .../binutils/stable/patches/patch-gprof_Makefile_in | 11 +++++++++++ .../stable/patches/patch-opcodes_Makefile_in | 11 +++++++++++ 5 files changed, 56 insertions(+) create mode 100644 devel/binutils/stable/patches/patch-Makefile_in create mode 100644 devel/binutils/stable/patches/patch-bfd_Makefile_in create mode 100644 devel/binutils/stable/patches/patch-binutils_Makefile_in create mode 100644 devel/binutils/stable/patches/patch-gprof_Makefile_in create mode 100644 devel/binutils/stable/patches/patch-opcodes_Makefile_in diff --git a/devel/binutils/stable/patches/patch-Makefile_in b/devel/binutils/stable/patches/patch-Makefile_in new file mode 100644 index 00000000000..4925b9a3756 --- /dev/null +++ b/devel/binutils/stable/patches/patch-Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile_in,v 1.1 2002/04/30 18:12:43 fgsch Exp $ +--- Makefile.in.orig Tue Apr 30 01:49:38 2002 ++++ Makefile.in Tue Apr 30 01:49:51 2002 +@@ -1675,7 +1675,7 @@ configure-target-libiberty: $(ALL_GCC_C) + all-target-libiberty: configure-target-libiberty + all-target: $(ALL_TARGET_MODULES) + install-target: $(INSTALL_TARGET_MODULES) +-install-gdb: install-tcl install-tk install-itcl install-tix install-libgui ++#install-gdb: install-tcl install-tk install-itcl install-tix install-libgui + install-sid: install-tcl install-tk + ### other supporting targets + diff --git a/devel/binutils/stable/patches/patch-bfd_Makefile_in b/devel/binutils/stable/patches/patch-bfd_Makefile_in new file mode 100644 index 00000000000..82573a8282c --- /dev/null +++ b/devel/binutils/stable/patches/patch-bfd_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-bfd_Makefile_in,v 1.1 2002/04/30 18:12:43 fgsch Exp $ +--- bfd/Makefile.in.orig Tue Apr 30 01:44:39 2002 ++++ bfd/Makefile.in Tue Apr 30 01:44:51 2002 +@@ -863,6 +863,7 @@ maintainer-clean-recursive: + rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ + rev="$$subdir $$rev"; \ + test "$$subdir" = "." && dot_seen=yes; \ ++ true; \ + done; \ + test "$$dot_seen" = "no" && rev=". $$rev"; \ + target=`echo $@ | sed s/-recursive//`; \ diff --git a/devel/binutils/stable/patches/patch-binutils_Makefile_in b/devel/binutils/stable/patches/patch-binutils_Makefile_in new file mode 100644 index 00000000000..502f0e0ad16 --- /dev/null +++ b/devel/binutils/stable/patches/patch-binutils_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-binutils_Makefile_in,v 1.1 2002/04/30 18:12:43 fgsch Exp $ +--- binutils/Makefile.in.orig Tue Apr 30 01:48:48 2002 ++++ binutils/Makefile.in Tue Apr 30 01:48:55 2002 +@@ -837,6 +837,7 @@ maintainer-clean-recursive: + rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ + rev="$$subdir $$rev"; \ + test "$$subdir" = "." && dot_seen=yes; \ ++ true; \ + done; \ + test "$$dot_seen" = "no" && rev=". $$rev"; \ + target=`echo $@ | sed s/-recursive//`; \ diff --git a/devel/binutils/stable/patches/patch-gprof_Makefile_in b/devel/binutils/stable/patches/patch-gprof_Makefile_in new file mode 100644 index 00000000000..a400ba4545c --- /dev/null +++ b/devel/binutils/stable/patches/patch-gprof_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-gprof_Makefile_in,v 1.1 2002/04/30 18:12:43 fgsch Exp $ +--- gprof/Makefile.in.orig Tue Apr 30 01:47:21 2002 ++++ gprof/Makefile.in Tue Apr 30 01:47:28 2002 +@@ -499,6 +499,7 @@ maintainer-clean-recursive: + rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ + rev="$$subdir $$rev"; \ + test "$$subdir" = "." && dot_seen=yes; \ ++ true; \ + done; \ + test "$$dot_seen" = "no" && rev=". $$rev"; \ + target=`echo $@ | sed s/-recursive//`; \ diff --git a/devel/binutils/stable/patches/patch-opcodes_Makefile_in b/devel/binutils/stable/patches/patch-opcodes_Makefile_in new file mode 100644 index 00000000000..ce8e07894b7 --- /dev/null +++ b/devel/binutils/stable/patches/patch-opcodes_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-opcodes_Makefile_in,v 1.1 2002/04/30 18:12:43 fgsch Exp $ +--- opcodes/Makefile.in.orig Tue Apr 30 01:48:00 2002 ++++ opcodes/Makefile.in Tue Apr 30 01:48:07 2002 +@@ -532,6 +532,7 @@ maintainer-clean-recursive: + rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ + rev="$$subdir $$rev"; \ + test "$$subdir" = "." && dot_seen=yes; \ ++ true; \ + done; \ + test "$$dot_seen" = "no" && rev=". $$rev"; \ + target=`echo $@ | sed s/-recursive//`; \