This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/16250] ada/doctools runs makeinfo even in release tarball
- From: "kcook at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2004 15:55:27 -0000
- Subject: [Bug bootstrap/16250] ada/doctools runs makeinfo even in release tarball
- References: <20040628181400.16250.mec.gnu@mindspring.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kcook at gcc dot gnu dot org 2004-06-30 15:55 -------
Subject: Re: [3.4.1 regression] ada/doctools runs makeinfo
even in release tarball
This patch should fix the problem with the 3.4.1 regression that Michael
noticed.
It has been tested under 3.4 with i686-pc-cygwin by building with
--enable-generated-files-in-srcdir
followed by rebuilding in a clean tree from the resultant directory
without that switch.
The former case does put three ada info files into $(srcdir)/gcc/doc
In the latter case, those same info files, as well as the xgnatugn
executable and its generated .texi file do not get rebuilt.
OK to install?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16250