/hg/icedtea: Fix zero build as additional VM.
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Mon Dec 21 07:38:29 PST 2009
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 += \
More information about the distro-pkg-dev
mailing list