public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch 2.18/trunk] search bfdver.texi in <srcdir>/bfd/doc
@ 2007-08-12 10:33 Matthias Klose
  2007-08-13  1:54 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 2007-08-12 10:33 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

while ld is searching in <srcdir>/bfd/doc for bfdver.texi, binutils, gas and
gprof do not. seen on the 2.18 branch.

  Matthias

[-- Attachment #2: doc-build.diff --]
[-- Type: text/plain, Size: 3923 bytes --]

binutils/

2007-08-12  Matthias Klose  <doko@ubuntu.com>

	* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
	$(top_srcdir)/../../bfd/doc.
	* doc/Makefile.in: Regenerate.

gas/

2007-08-12  Matthias Klose  <doko@ubuntu.com>

	* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
	$(top_srcdir)/../../bfd/doc.
	* doc/Makefile.in: Regenerate.

gprof/

2007-08-12  Matthias Klose  <doko@ubuntu.com>

	* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 2.18/trunk] search bfdver.texi in <srcdir>/bfd/doc
  2007-08-12 10:33 [patch 2.18/trunk] search bfdver.texi in <srcdir>/bfd/doc Matthias Klose
@ 2007-08-13  1:54 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2007-08-13  1:54 UTC (permalink / raw)
  To: Matthias Klose; +Cc: binutils

On Sun, Aug 12, 2007 at 12:33:48PM +0200, Matthias Klose wrote:
> while ld is searching in <srcdir>/bfd/doc for bfdver.texi, binutils, gas and
> gprof do not. seen on the 2.18 branch.

Thanks, approved and applied.  I wonder why this caused you trouble
but not me when I did prerelease builds... oh, I bet that still
happens only at "make install" - I've added that to my list.

-- 
Daniel Jacobowitz
CodeSourcery

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-13  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-12 10:33 [patch 2.18/trunk] search bfdver.texi in <srcdir>/bfd/doc Matthias Klose
2007-08-13  1:54 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).