This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

Re: PATCH: Pass down datadir in recursive make


>>>>> "Mark" == Mark Mitchell <mitchell@codesourcery.com> writes:

Mark> I noticed that "make datadir=... install" didn't work for libjava.
Mark> This turns out to be because AM_MAKEFLAGS doesn't pass down datadir;
Mark> therefore the default value ($prefix/share) is always used instead of
Mark> what the user specified.  (In libjava, $datadir is used as the basis
Mark> for $jardir, and controls where libgcj-$version.jar is installed.)

Mark> OK to apply?

Yes, thanks.

Tom


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