This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


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

"make install" [was Re: Patch: AWTException]


Tom Tromey wrote:

> Bryce> Is there a way we can speed up "make install"?
>
> I sometimes run "make install-exec" to avoid installing the headers.

Yeah, doesn't work from the top-level Makefile though. Need to "cd
i686-linux-foo/libjava" first ;-(

Actually, I noticed that if you do a "make install-data" on libjava's
Makefile, it uses "/usr/bin/install" which is fine. It is only when doing
top-level "make install" that it does the painfully slow "/bib/sh
libgcj/install-sh" stuff.

Unfortunatly its hard to test right now because libgcj isn't building due
to compiler bugs. Again. sigh...

regards

  [ bryce ]



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