/hg/icedtea: Fix zero build as additional VM.
Andrew John Hughes
gnu_andrew at member.fsf.org
Tue Dec 22 03:49:53 PST 2009
2009/12/22 Matthias Klose <doko at ubuntu.com>:
>>> diff -r 03d84febc75e -r e7ebeda31ef7 Makefile.am
>>> --- a/Makefile.am Mon Dec 21 13:40:28 2009 +0000
>>> +++ b/Makefile.am Mon Dec 21 16:42:29 2009 +0100
>>> @@ -2344,7 +2344,7 @@ clean-add-cacao-debug:
>>> # configure script arguments, quoted in single quotes
>>> CONFIGURE_ARGS = @CONFIGURE_ARGS@
>>> ADD_ZERO_CONFIGURE_ARGS = \
>>> -
>>> --with-jdk-home=$(abs_top_builddir)/$(BUILD_OUTPUT_DIR)/j2sdk-image \
>>> + --with-jdk-home=$(BUILD_OUTPUT_DIR)/j2sdk-image \
>>> --disable-bootstrap --enable-zero
>>> if ADD_SHARK_BUILD
>>> ADD_ZERO_CONFIGURE_ARGS += \
>>>
>>
>> Why does this fail? I can't see a problem with the above setting.
>
> BUILD_OUTPUT_DIR itself is prefixed with abs_top_builddir, not sure why, but
> this is different from icedtea6.
>
Ah ok; I probably added it generally for the same reason it was added
locally and didn't see your usage.
Sorry,
--
Andrew :-)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list