[Bug libgcj/30071] make install fails for libjava

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jul 27 20:11:00 GMT 2007



------- Comment #5 from tromey at gcc dot gnu dot org  2007-07-27 20:11 -------
I don't think we should use this particular patch.  My reason is that
ordering alone is insufficient to guarantee success here, if the user
uses "make -j".

Instead, explicit dependencies should be used.  In addition to fixing the
above these might be a bit more resilient (who knows?) when automake changes.
See comment #1 for an example; basically an install target for an executable
should depend on the needed library install target.


-- 


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



More information about the Java-prs mailing list