changeset in /hg/icedtea6: 2008-10-22 Lillian Angel <langel at re...

Lillian Angel langel at redhat.com
Wed Oct 22 07:27:02 PDT 2008


changeset 928b757d93db in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=928b757d93db
description:
	2008-10-22  Lillian Angel  <langel at redhat.com>

	        * Makefile.am: Added quotes around DIST_ID.

diffstat:

2 files changed, 6 insertions(+), 2 deletions(-)
ChangeLog   |    6 +++++-
Makefile.am |    2 +-

diffs (27 lines):

diff -r f56655e8cba7 -r 928b757d93db ChangeLog
--- a/ChangeLog	Wed Oct 22 11:56:27 2008 +0100
+++ b/ChangeLog	Wed Oct 22 10:26:57 2008 -0400
@@ -1,6 +1,10 @@ 2008-10-22  Andrew Haley  <aph at redhat.co
+2008-10-22  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am: Added quotes around DIST_ID.
+
 2008-10-22  Andrew Haley  <aph at redhat.com>
 
-       * patches/icedtea-xjc.patch: New.
+	* patches/icedtea-xjc.patch: New.
 
 2008-10-21  Deepak Bhole  <dbhole at redhat.com>
 
diff -r f56655e8cba7 -r 928b757d93db Makefile.am
--- a/Makefile.am	Wed Oct 22 11:56:27 2008 +0100
+++ b/Makefile.am	Wed Oct 22 10:26:57 2008 -0400
@@ -173,7 +173,7 @@ ICEDTEA_ENV = \
 	"JAVAC=" \
 	"RHINO_JAR=$(RHINO_JAR)"
 
-ICEDTEA_ENV += $(if $(DIST_ID),"DISTRIBUTION_ID=$(DIST_ID)")
+ICEDTEA_ENV += $(if $(DIST_ID),"DISTRIBUTION_ID="$(DIST_ID)"")
 
 if WITH_CACAO
 ICEDTEA_ENV += \



More information about the distro-pkg-dev mailing list