changeset in /hg/icedtea6: 2008-07-21 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Mon Jul 21 13:25:22 PDT 2008
changeset 0645a8cd5783 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0645a8cd5783
description:
2008-07-21 Matthias Klose <doko at ubuntu.com>
* Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Add
$(abs_top_builddir)/bootstrap/jdk1.6.0/bin to PATH.
diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 4 ++--
diffs (33 lines):
diff -r ecba96da2bab -r 0645a8cd5783 ChangeLog
--- a/ChangeLog Mon Jul 21 13:17:06 2008 +0100
+++ b/ChangeLog Mon Jul 21 22:25:14 2008 +0200
@@ -1,3 +1,8 @@ 2008-07-21 Gary Benson <gbenson at redhat
+2008-07-21 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Add
+ $(abs_top_builddir)/bootstrap/jdk1.6.0/bin to PATH.
+
2008-07-21 Gary Benson <gbenson at redhat.com>
* patches/icedtea-zero.patch: Added s390 and s390x to dlopen checks.
diff -r ecba96da2bab -r 0645a8cd5783 Makefile.am
--- a/Makefile.am Mon Jul 21 13:17:06 2008 +0100
+++ b/Makefile.am Mon Jul 21 22:25:14 2008 +0200
@@ -116,7 +116,7 @@ ICEDTEA_ENV = \
"JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
"HOTSPOT_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
"LANG=C" \
- "PATH=/usr/bin:/bin:/usr/sbin:/sbin" \
+ "PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \
"ALT_BINARY_PLUGS_PATH=$(abs_top_builddir)/bootstrap/jdk1.7.0" \
"BUILD_ARCH_DIR=$(BUILD_ARCH_DIR)" \
@@ -180,7 +180,7 @@ ICEDTEA_ENV_ECJ = \
"JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
"HOTSPOT_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
"LANG=C" \
- "PATH=/usr/bin:/bin:/usr/sbin:/sbin" \
+ "PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \
"ALT_BINARY_PLUGS_PATH=$(abs_top_builddir)/bootstrap/jdk1.7.0" \
"BUILD_ARCH_DIR=$(BUILD_ARCH_DIR)" \
More information about the distro-pkg-dev
mailing list