changeset in /hg/icedtea6: 2008-12-21 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Sun Dec 21 06:54:24 PST 2008
changeset c10244d778ac in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c10244d778ac
description:
2008-12-21 Matthias Klose <doko at ubuntu.com>
* Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Prepend directories
to PATH, don't replace PATH.
diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 4 ++--
diffs (33 lines):
diff -r a530e095f65b -r c10244d778ac ChangeLog
--- a/ChangeLog Fri Dec 19 09:39:44 2008 -0500
+++ b/ChangeLog Sun Dec 21 15:53:12 2008 +0100
@@ -1,3 +1,8 @@ 2008-12-19 Omair Majid <omajid at redhat.
+2008-12-21 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Prepend directories
+ to PATH, don't replace PATH.
+
2008-12-19 Omair Majid <omajid at redhat.com>
* patches/hotspot/14.0b08/icedtea-text-relocations.patch: Build libjvm.so
diff -r a530e095f65b -r c10244d778ac Makefile.am
--- a/Makefile.am Fri Dec 19 09:39:44 2008 -0500
+++ b/Makefile.am Sun Dec 21 15:53:12 2008 +0100
@@ -150,7 +150,7 @@ ICEDTEA_ENV = \
"JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
"MILESTONE=fcs" \
"LANG=C" \
- "PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
+ "PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:$$PATH" \
"ALT_BOOTDIR=$(ICEDTEA_BOOT_DIR)" \
"ALT_BINARY_PLUGS_PATH=$(abs_top_builddir)/bootstrap/jdk1.7.0" \
"BUILD_ARCH_DIR=$(BUILD_ARCH_DIR)" \
@@ -220,7 +220,7 @@ ICEDTEA_ENV_ECJ = \
"JRE_RELEASE_VERSION=1.6.0_$(COMBINED_VERSION)" \
"MILESTONE=fcs" \
"LANG=C" \
- "PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin" \
+ "PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:$$PATH" \
"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