/hg/icedtea: Fix zero build as additional VM.

Andrew John Hughes gnu_andrew at member.fsf.org
Tue Dec 22 03:30:35 PST 2009


2009/12/21  <doko at icedtea.classpath.org>:
> changeset e7ebeda31ef7 in /hg/icedtea
> details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e7ebeda31ef7
> author: doko at ubuntu.com
> date: Mon Dec 21 16:42:29 2009 +0100
>
>        Fix zero build as additional VM.
>
>        2009-12-21 Matthias Klose <doko at ubuntu.com>
>
>         * Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Fix path for
>                --with-jdk-home= option.
>
>
> diffstat:
>
> 2 files changed, 6 insertions(+), 1 deletion(-)
> ChangeLog   |    5 +++++
> Makefile.am |    2 +-
>
> diffs (24 lines):
>
> diff -r 03d84febc75e -r e7ebeda31ef7 ChangeLog
> --- a/ChangeLog Mon Dec 21 13:40:28 2009 +0000
> +++ b/ChangeLog Mon Dec 21 16:42:29 2009 +0100
> @@ -1,3 +1,8 @@ 2009-12-21  Andrew John Hughes  <ahughes
> +2009-12-21  Matthias Klose  <doko at ubuntu.com>
> +
> +       * Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Fix path for
> +       --with-jdk-home= option.
> +
>  2009-12-21  Andrew John Hughes  <ahughes at redhat.com>
>
>        * Makefile.am:
> 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.
-- 
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