changeset in /hg/icedtea: 2009-08-06 Matthias Klose <doko at ubun...
doko at ubuntu.com
doko at ubuntu.com
Thu Aug 6 09:41:00 PDT 2009
changeset 39d2012855a5 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=39d2012855a5
description:
2009-08-06 Matthias Klose <doko at ubuntu.com>
* Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Adjust for added/removed
configuration options.
diffstat:
2 files changed, 9 insertions(+), 6 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 10 ++++------
diffs (40 lines):
diff -r da8d53a6fafd -r 39d2012855a5 ChangeLog
--- a/ChangeLog Thu Aug 06 17:28:47 2009 +0100
+++ b/ChangeLog Thu Aug 06 18:35:39 2009 +0200
@@ -1,3 +1,8 @@ 2009-08-06 Andrew John Hughes <ahughes
+2009-08-06 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Adjust for added/removed
+ configuration options.
+
2009-08-06 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r da8d53a6fafd -r 39d2012855a5 Makefile.am
--- a/Makefile.am Thu Aug 06 17:28:47 2009 +0100
+++ b/Makefile.am Thu Aug 06 18:35:39 2009 +0200
@@ -3423,20 +3423,18 @@ endif
# configure script arguments, quoted in single quotes
CONFIGURE_ARGS = @CONFIGURE_ARGS@
ADD_ZERO_CONFIGURE_ARGS = \
- --with-openjdk \
- --with-openjdk-home=$(abs_top_builddir)/$(BUILD_OUTPUT_DIR)/j2sdk-image \
- --enable-zero
+ --with-jdk-home=$(abs_top_builddir)/$(BUILD_OUTPUT_DIR)/j2sdk-image \
+ --disable-bootstrap --enable-zero
if ADD_SHARK_BUILD
ADD_ZERO_CONFIGURE_ARGS += \
--enable-shark
endif
ADD_ZERO_CONFIGURE_ARGS += \
--disable-docs \
- $(filter-out '--with-gcj-home=% '--with-ecj=% \
+ $(filter-out '--with-jdk-home=% '--with-ecj=% \
'--with-java=% '--with-javah=% \
'--with-rmic=% '--with-additional-vms=% \
- '--with-icedtea '--with-icedtea-home=% \
- '--with-openjdk '--with-openjdk-home=% , \
+ '--disable-bootstrap% '--enable-bootstrap% , \
$(CONFIGURE_ARGS))
ADD_ZERO_EXTRA_BUILD_ENV = \
More information about the distro-pkg-dev
mailing list