This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fwd: Re: [makefile] PR/13820 [3.4 Regression] "make dvi" crasheswhen configuredfrom a relative source directory]


Remembered I should have CC:ed this.

-------- Original Message --------
From: - Fri Jan 30 02:29:50 2004
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00800000
Message-ID: <401A07EC.9080609@twcny.rr.com>
Date: Fri, 30 Jan 2004 02:29:48 -0500
From: Nathanael Nerode <neroden@twcny.rr.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: kelleycook@yahoo.com
Subject: Re: [makefile] PR/13820 [3.4 Regression] "make dvi" crashes when configuredfrom a relative source directory
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit


As PR/13820 mentions "make dvi" bombs if you configure via a relative pathname -- at least it does with the texinfo 4.2 version that is on my system.
This was very easy to fix.
After the patch this test succeeded on i686-pc-cygwin:
../gcc-snapshot/configure --enable-languages=all,treelang
make configure-gcc
cd gcc
make info dvi


OK to install?

Yes, OK for mainline and 3.4 branch.


Now wait for someone to tell me that this breaks builds over NFS or
something.  ;-)


gcc/
2004-01-22  Kelley Cook  <kcook@gcc.gnu.org>

        * Makefile.in (abs_docdir, abs_srcdir): Define.
        (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).

gcc/ada/
2004-01-22  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir). (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
(doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.


gcc/f/
2004-01-22  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in (doc/g77.dvi): Use $(abs_docdir).

gcc/java/
2004-01-22  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in (doc/gcj.dvi): Use $(abs_docdir).

gcc/treelang/
2004-01-22  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in (doc/treelang.dvi): Use $(abs_docdir).



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]