changeset 1289:c10244d778ac

2008-12-21 Matthias Klose <doko@ubuntu.com> * Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Prepend directories to PATH, don't replace PATH.
author doko@ubuntu.com
date Sun, 21 Dec 2008 15:53:12 +0100
parents a530e095f65b
children ce9956fe8908
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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-21  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Prepend directories
+	to PATH, don't replace PATH.
+
 2008-12-19  Omair Majid  <omajid@redhat.com>
 
 	* patches/hotspot/14.0b08/icedtea-text-relocations.patch: Build libjvm.so
--- 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 @@
         "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 @@
         "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)" \