This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/14893] [3.4 Regression] 3.4.0-20040406, 'make install' fails on doc/gcjh.1


------- Additional Comments From prj-bugzilla-gcc at multivac dot cwru dot edu  2004-04-12 15:41 -------
(In reply to comment #16)
> This patch is not correct.

Which one?  My gcc-javaman.patch is indeed wrong, but I think my later patch
(which appears in Michael's comment #11) is ok.

> Michael Chastain's approach gets the right effect, but $< is only portable
> in suffix rules.

AIUI, gcc already depends on GNU make in other places.  $< is already used in
other non-suffix rules, such as installing g++.1 in gcc/cp/Make-lang.in.

> We shall code the loop explicitly, with something along these lines:

That could work too, but I don't think it buys much over my second patch.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14893


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