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]

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


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

You could try:

  make INSTALL=/usr/bin/install install-target-libjava

Tom

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