/hg/icedtea6: Fix use of non-existent ICEDTEA_DEBUG_BUILD_DIR.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jun 22 10:15:46 PDT 2010


changeset 507d3308f9c9 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=507d3308f9c9
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jun 22 18:15:40 2010 +0100

	Fix use of non-existent ICEDTEA_DEBUG_BUILD_DIR.

	2010-06-22 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Replace ICEDTEA_DEBUG_BUILD_DIR with
	DEBUG_BUILD_OUTPUT_DIR.


diffstat:

2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog   |    6 ++++++
Makefile.am |    2 +-

diffs (25 lines):

diff -r 946a062e9027 -r 507d3308f9c9 ChangeLog
--- a/ChangeLog	Tue Jun 22 16:55:55 2010 +0100
+++ b/ChangeLog	Tue Jun 22 18:15:40 2010 +0100
@@ -1,3 +1,9 @@ 2010-06-22  Andrew John Hughes  <ahughes
+2010-06-22  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Replace ICEDTEA_DEBUG_BUILD_DIR with
+	DEBUG_BUILD_OUTPUT_DIR.
+
 2010-06-22  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 946a062e9027 -r 507d3308f9c9 Makefile.am
--- a/Makefile.am	Tue Jun 22 16:55:55 2010 +0100
+++ b/Makefile.am	Tue Jun 22 18:15:40 2010 +0100
@@ -178,7 +178,7 @@ else
   MEMORY_LIMIT =
 endif
 
-ICEDTEA_DEBUG_BUILD_TARGET=ALT_OUTPUTDIR="$(ICEDTEA_DEBUG_BUILD_DIR)"
+ICEDTEA_DEBUG_BUILD_TARGET=ALT_OUTPUTDIR="$(DEBUG_BUILD_OUTPUT_DIR)"
 if WITH_CACAO
   ICEDTEA_BUILD_TARGET=j2se_only
   ICEDTEA_DEBUG_BUILD_TARGET += j2se_fastdebug_only



More information about the distro-pkg-dev mailing list