/hg/icedtea6: Fix build --with-addition-vms=cacao
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Thu Jun 24 07:02:58 PDT 2010
changeset 5ecaa9185c34 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=5ecaa9185c34
author: doko at ubuntu.com
date: Thu Jun 24 16:02:09 2010 +0200
Fix build --with-addition-vms=cacao
2010-06-24 Matthias Klose <doko at ubuntu.com>
* Makefile.am (stamps/add-cacao.stamp, stamps/add-cacao-
debug.stamp): Update libjsig.so installation location.
diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 4 ++--
diffs (33 lines):
diff -r c09ec1d01ca3 -r 5ecaa9185c34 ChangeLog
--- a/ChangeLog Thu Jun 24 09:40:43 2010 -0400
+++ b/ChangeLog Thu Jun 24 16:02:09 2010 +0200
@@ -1,3 +1,8 @@ 2010-06-24 Omair Majid <omajid at redhat.co
+2010-06-24 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (stamps/add-cacao.stamp, stamps/add-cacao-debug.stamp):
+ Update libjsig.so installation location.
+
2010-06-24 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/SecurityDesc.java: Fix comments.
diff -r c09ec1d01ca3 -r 5ecaa9185c34 Makefile.am
--- a/Makefile.am Thu Jun 24 09:40:43 2010 -0400
+++ b/Makefile.am Thu Jun 24 16:02:09 2010 +0200
@@ -1810,7 +1810,7 @@ if ADD_CACAO_BUILD
mkdir -p $(BUILD_JRE_ARCH_DIR)/cacao
install -m 644 cacao/install/lib/libjvm.so \
$(BUILD_JRE_ARCH_DIR)/cacao/
- install -m 644 cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/server/libjsig.so \
+ install -m 644 cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/libjsig.so \
$(BUILD_JRE_ARCH_DIR)/cacao/
install -m 644 cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/server/Xusage.txt \
$(BUILD_JRE_ARCH_DIR)/cacao/
@@ -1827,7 +1827,7 @@ if ADD_CACAO_BUILD
mkdir -p $(BUILD_DEBUG_JRE_ARCH_DIR)/cacao
install -m 644 cacao/install/lib/libjvm.so \
$(BUILD_DEBUG_JRE_ARCH_DIR)/cacao/
- install -m 644 cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/server/libjsig.so \
+ install -m 644 cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/libjsig.so \
$(BUILD_DEBUG_JRE_ARCH_DIR)/cacao/
install -m 644 cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/server/Xusage.txt \
$(BUILD_DEBUG_JRE_ARCH_DIR)/cacao/
More information about the distro-pkg-dev
mailing list