This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/27516] install failure due to unconditional invocation of makeinfo for treelang.texi
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2008 17:59:49 -0000
- Subject: [Bug bootstrap/27516] install failure due to unconditional invocation of makeinfo for treelang.texi
- References: <bug-27516-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #18 from aldot at gcc dot gnu dot org 2008-01-28 17:59 -------
Created an attachment (id=15038)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15038&action=view)
use conditional $(BUILD_INFO) variable for prerequs of info and install-info
targets
Use the variable $(BUILD_INFO) to decide whether or not info-pages are to be
installed.
This follows mark's comment #8 above but does not yet remove the testing of
$(BUILD_INFO) in gcc/*/Make-lang.in . A tested patch which removes these now
superfluous checks will follow.
Michael's treelang-noinfo.patch looks inappropriate (there is no 'install-'
target AFAICS, so install would fail never the less), so i consider the
approval nil, sorry.
--
aldot at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #11419|0 |1
is obsolete| |
Attachment #11494|0 |1
is obsolete| |
Attachment #14730|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27516