This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: Pass down datadir in recursive make
- From: Tom Tromey <tromey at redhat dot com>
- To: mark at codesourcery dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 10 Feb 2009 09:52:36 -0700
- Subject: Re: PATCH: Pass down datadir in recursive make
- References: <20090210164036.608834C1C089@zelda.codesourcery.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "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