From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1338 invoked by alias); 12 Aug 2007 10:33:54 -0000 Received: (qmail 1310 invoked by uid 22791); 12 Aug 2007 10:33:53 -0000 X-Spam-Check-By: sourceware.org Received: from adelie.ubuntu.com (HELO adelie.ubuntu.com) (82.211.81.139) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 12 Aug 2007 10:33:49 +0000 Received: from hutte.ubuntu.com ([82.211.81.181]) by adelie.ubuntu.com with esmtp (Exim 4.60 #1 (Debian)) id 1IKAlX-0002UR-2V for ; Sun, 12 Aug 2007 11:33:47 +0100 Received: from dslb-088-073-113-028.pools.arcor-ip.net ([88.73.113.28] helo=[192.168.42.110]) by hutte.ubuntu.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IKAlW-0008T8-OX for binutils@sourceware.org; Sun, 12 Aug 2007 11:33:47 +0100 Message-ID: <46BEE20C.5050303@ubuntu.com> Date: Sun, 12 Aug 2007 10:33:00 -0000 From: Matthias Klose User-Agent: Thunderbird 2.0.0.6 (X11/20070802) MIME-Version: 1.0 To: binutils@sourceware.org Subject: [patch 2.18/trunk] search bfdver.texi in /bfd/doc Content-Type: multipart/mixed; boundary="------------030801080408000906070708" X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00177.txt.bz2 This is a multi-part message in MIME format. --------------030801080408000906070708 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Content-length: 128 while ld is searching in /bfd/doc for bfdver.texi, binutils, gas and gprof do not. seen on the 2.18 branch. Matthias --------------030801080408000906070708 Content-Type: text/plain; name="doc-build.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="doc-build.diff" Content-length: 3923 binutils/ 2007-08-12 Matthias Klose * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate. gas/ 2007-08-12 Matthias Klose * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate. gprof/ 2007-08-12 Matthias Klose * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * Makefile.in: Regenerate. @DPATCH@ --- ./binutils/doc/Makefile.am~ 2007-06-19 15:24:33.000000000 +0200 +++ ./binutils/doc/Makefile.am 2007-08-12 11:17:47.000000000 +0200 @@ -35,9 +35,9 @@ binutils_TEXI = $(srcdir)/binutils.texi AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc # Man page generation from texinfo addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS) --- ./binutils/doc/Makefile.in~ 2007-07-02 09:12:49.000000000 +0200 +++ ./binutils/doc/Makefile.in 2007-08-12 11:18:52.000000000 +0200 @@ -256,10 +256,10 @@ info_TEXINFOS = binutils.texi binutils_TEXI = $(srcdir)/binutils.texi AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc MOSTLYCLEANFILES = $(DEMANGLER_NAME).1 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; --- ./gas/doc/Makefile.am~ 2007-06-29 16:09:30.000000000 +0200 +++ ./gas/doc/Makefile.am 2007-08-12 11:38:05.000000000 +0200 @@ -19,9 +19,9 @@ as_TEXINFOS = asconfig.texi $(CPU_DOCS) AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc asconfig.texi: $(CONFIG).texi rm -f asconfig.texi --- ./gas/doc/Makefile.in~ 2007-07-02 09:12:50.000000000 +0200 +++ ./gas/doc/Makefile.in 2007-08-12 11:39:04.000000000 +0200 @@ -226,10 +226,10 @@ info_TEXINFOS = as.texinfo as_TEXINFOS = asconfig.texi $(CPU_DOCS) AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc CPU_DOCS = \ c-alpha.texi \ --- ./gprof/Makefile.am~ 2007-07-05 11:07:30.000000000 +0200 +++ ./gprof/Makefile.am 2007-08-12 11:58:20.000000000 +0200 @@ -65,8 +65,8 @@ gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc -TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc config.texi: echo "@set top_srcdir $(top_srcdir)" >> ./config.texi --- ./gprof/Makefile.in~ 2007-07-05 11:07:30.000000000 +0200 +++ ./gprof/Makefile.in 2007-08-12 11:58:40.000000000 +0200 @@ -272,8 +272,8 @@ info_TEXINFOS = gprof.texi gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc -TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 MAINTAINERCLEANFILES = gprof.info --------------030801080408000906070708--