⛏️ index : buildtools.git

author Oliver Tappe <zooey@hirschkaefer.de> 2011-10-30 14:10:55.0 +00:00:00
committer Oliver Tappe <zooey@hirschkaefer.de> 2011-10-30 14:10:55.0 +00:00:00
commit
32fb7269097863eea0514f2dcef0b1778796908b [patch]
tree
9c86ace9ee0a182e3745da0bb671a858b4b85339
parent
94b8b639d8e29ae018c6bf88a0e76e486d602dfa
download
32fb7269097863eea0514f2dcef0b1778796908b.tar.gz

Trying to fix #8063 (failure to build gcc2 when updating info files): * remove all *.info targets so the gcc2 build system doesn't try to update them, as that doesn't always work because of apparent incompatibilities with newer makeinfo versions

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@42999 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 legacy/binutils/etc/Makefile.in          |  2 +-
 legacy/binutils/libiberty/Makefile.in    |  2 +-
 legacy/gcc/etc/Makefile.in               |  2 +-
 legacy/gcc/gcc/Makefile.in               | 24 ++++++++++++++++--------
 legacy/binutils/bfd/doc/Makefile.in      |  2 +-
 legacy/binutils/binutils/doc/Makefile.in |  2 +-
 legacy/binutils/gas/doc/Makefile.in      |  2 +-
 7 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/legacy/binutils/etc/Makefile.in b/legacy/binutils/etc/Makefile.in
index 7d0607d..1a3f3eb 100644
--- a/legacy/binutils/etc/Makefile.in
+++ b/legacy/binutils/etc/Makefile.in
@@ -54,7 +54,7 @@
#### Host, target, and site specific Makefile fragments come in here.
###

INFOFILES = standards.info configure.info
INFOFILES = # standards.info configure.info
DVIFILES = standards.dvi configure.dvi
HTMLFILES = standards.html configure.html

diff --git a/legacy/binutils/libiberty/Makefile.in b/legacy/binutils/libiberty/Makefile.in
index 95a8278..dd65eeb 100644
--- a/legacy/binutils/libiberty/Makefile.in
+++ b/legacy/binutils/libiberty/Makefile.in
@@ -241,7 +241,7 @@
	  $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
	$(RANLIB) $(TESTLIB)

info: libiberty.info info-subdir
info: # libiberty.info info-subdir
install-info: install-info-subdir
clean-info: clean-info-subdir
dvi: libiberty.dvi dvi-subdir
diff --git a/legacy/gcc/etc/Makefile.in b/legacy/gcc/etc/Makefile.in
index c490082..a105d3f 100644
--- a/legacy/gcc/etc/Makefile.in
+++ b/legacy/gcc/etc/Makefile.in
@@ -40,7 +40,7 @@
#### Host, target, and site specific Makefile fragments come in here.
###

INFOFILES = standards.info
INFOFILES = # standards.info
DVIFILES = standards.dvi

all:
diff --git a/legacy/gcc/gcc/Makefile.in b/legacy/gcc/gcc/Makefile.in
index e87fd35..8e36fe1 100644
--- a/legacy/gcc/gcc/Makefile.in
+++ b/legacy/gcc/gcc/Makefile.in
@@ -2267,7 +2267,7 @@
# Remake the info files.

doc: info
info: cpp.info gcc.info lang.info
info: # cpp.info gcc.info lang.info

cpp.info: $(srcdir)/cpp.texi
	$(MAKEINFO) $(MAKEINFOFLAGS) -I$(srcdir) -o cpp.info $(srcdir)/cpp.texi
@@ -2578,17 +2578,17 @@
# to do the install.
install-info: doc installdirs lang.install-info
	-rm -f $(infodir)/cpp.info* $(infodir)/gcc.info*
	for f in cpp.info* gcc.info*; do \
	    $(INSTALL_DATA) $$f $(infodir)/$$f; \
	done
	-if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
	  if [ -f $(infodir)/dir ] ; then \
	    for f in cpp.info gcc.info; do \
		install-info --dir-file=$(infodir)/dir $(infodir)/$$f; \
	    done; \
	  else true; fi; \
	else true; fi;
	-chmod a-x $(infodir)/cpp.info* $(infodir)/gcc.info*
#	for f in cpp.info* gcc.info*; do \
#	    $(INSTALL_DATA) $$f $(infodir)/$$f; \
#	done
#	-if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
#	  if [ -f $(infodir)/dir ] ; then \
#	    for f in cpp.info gcc.info; do \
#		install-info --dir-file=$(infodir)/dir $(infodir)/$$f; \
#	    done; \
#	  else true; fi; \
#	else true; fi;
#	-chmod a-x $(infodir)/cpp.info* $(infodir)/gcc.info*

# Install the man pages.
install-man: installdirs $(srcdir)/gcc.1 $(srcdir)/cccp.1 lang.install-man
diff --git a/legacy/binutils/bfd/doc/Makefile.in b/legacy/binutils/bfd/doc/Makefile.in
index da5db65..317c6e5 100644
--- a/legacy/binutils/bfd/doc/Makefile.in
+++ b/legacy/binutils/bfd/doc/Makefile.in
@@ -51,7 +51,7 @@
depcomp =
am__depfiles_maybe =
SOURCES =
INFO_DEPS = $(srcdir)/bfd.info
INFO_DEPS = # $(srcdir)/bfd.info
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
DVIS = bfd.dvi
diff --git a/legacy/binutils/binutils/doc/Makefile.in b/legacy/binutils/binutils/doc/Makefile.in
index ef28cef..16d1cac 100644
--- a/legacy/binutils/binutils/doc/Makefile.in
+++ b/legacy/binutils/binutils/doc/Makefile.in
@@ -53,7 +53,7 @@
depcomp =
am__depfiles_maybe =
SOURCES =
INFO_DEPS = $(srcdir)/binutils.info
INFO_DEPS = # $(srcdir)/binutils.info
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
DVIS = binutils.dvi
diff --git a/legacy/binutils/gas/doc/Makefile.in b/legacy/binutils/gas/doc/Makefile.in
index cd9dad2..6370872 100644
--- a/legacy/binutils/gas/doc/Makefile.in
+++ b/legacy/binutils/gas/doc/Makefile.in
@@ -50,7 +50,7 @@
depcomp =
am__depfiles_maybe =
SOURCES =
INFO_DEPS = $(srcdir)/as.info
INFO_DEPS = # $(srcdir)/as.info
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
DVIS = as.dvi