small changes so make cleandir is happy when tested in tree.

This commit is contained in:
fgsch 2002-04-30 18:12:43 +00:00
parent c61b0e94a2
commit 0e559d642e
5 changed files with 56 additions and 0 deletions

View File

@ -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

View File

@ -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//`; \

View File

@ -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//`; \

View File

@ -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//`; \

View File

@ -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//`; \