changeset in /hg/icedtea: Merge.
Andrew John Hughes
ahughes at redhat.com
Fri May 22 09:45:12 PDT 2009
changeset 9e6600d4fef2 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9e6600d4fef2
description:
Merge.
diffstat:
2 files changed, 11 insertions(+), 5 deletions(-)
ChangeLog | 7 +++++++
Makefile.am | 9 ++++-----
diffs (40 lines):
diff -r 6124157d5bdb -r 9e6600d4fef2 ChangeLog
--- a/ChangeLog Fri May 22 01:12:07 2009 +0100
+++ b/ChangeLog Fri May 22 17:44:57 2009 +0100
@@ -1,3 +1,10 @@ 2009-05-21 Andrew John Hughes <ahughes
+2009-05-22 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Copy over Nimbus source files manually
+ rather than using generated as GENSRC
+ to avoid conflicts with IcedTea6.
+
2009-05-21 Andrew John Hughes <ahughes at redhat.com>
* ports/hotspot/src/cpu/zero/vm/assembler_zero.cpp:
diff -r 6124157d5bdb -r 9e6600d4fef2 Makefile.am
--- a/Makefile.am Fri May 22 01:12:07 2009 +0100
+++ b/Makefile.am Fri May 22 17:44:57 2009 +0100
@@ -1581,11 +1581,6 @@ ICEDTEA_ENV += \
"ALT_JAR_CMD=$(ALT_JAR_CMD)"
endif
-if !ENABLE_NIMBUS_GENERATION
-ICEDTEA_ENV += \
- "GENSRCDIR=$(abs_top_builddir)/generated"
-endif
-
env:
@echo 'unset JAVA_HOME'
@echo 'export $(ICEDTEA_ENV)'
@@ -3140,6 +3135,10 @@ if ENABLE_NIMBUS_GENERATION
ln -s $(XPP3_JAR) $(JIBX_DEPS_DIR)
ln -s $(JIBX_DIR)/jibx-bind.jar $(JIBX_DEPS_DIR)
ln -s $(JIBX_DIR)/jibx-run.jar $(JIBX_DEPS_DIR)
+else
+ mkdir -p $(BUILD_OUTPUT_DIR)/gensrc/javax/swing/plaf
+ cp -a $(abs_topbuilddir)/generated/javax/swing/plaf/nimbus \
+ $(BUILD_OUTPUT_DIR)/gensrc/javax/swing/plaf
endif
endif
mkdir -p stamps
More information about the distro-pkg-dev
mailing list