changeset in /hg/icedtea6: 2008-12-23 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Tue Dec 23 00:25:04 PST 2008


changeset be0f5e6d2733 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=be0f5e6d2733
description:
	2008-12-23  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Don't explicitely append
	        standard directories to PATH.

diffstat:

2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |    4 ++--

diffs (33 lines):

diff -r ce9956fe8908 -r be0f5e6d2733 ChangeLog
--- a/ChangeLog	Mon Dec 22 09:47:50 2008 -0500
+++ b/ChangeLog	Tue Dec 23 09:23:49 2008 +0100
@@ -1,3 +1,8 @@ 2008-12-22  Gary Benson  <gbenson at redhat
+2008-12-23  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (ICEDTEA_ENV, ICEDTEA_ENV_GCJ): Don't explicitely append
+	standard directories to PATH.
+
 2008-12-22  Gary Benson  <gbenson at redhat.com>
 
 	* patches/icedtea-io_util-overflow.patch: New file.
diff -r ce9956fe8908 -r be0f5e6d2733 Makefile.am
--- a/Makefile.am	Mon Dec 22 09:47:50 2008 -0500
+++ b/Makefile.am	Tue Dec 23 09:23:49 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" \
+	"PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:$$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" \
+	"PATH=$(abs_top_builddir)/bootstrap/jdk1.6.0/bin:$$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