changeset in /hg/icedtea6: Replace use of srcdir with builddir.

Andrew John Hughes gnu_andrew at member.fsf.org
Tue Aug 26 07:43:46 PDT 2008


changeset 94838da77197 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=94838da77197
description:
	Replace use of srcdir with builddir.

	2008-08-26  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		* HACKING: Add icedtea-signed-types-hot6.patch.
		* Makefile.am: Correct use of srcdir for ICEDTEA_HOME,
		should be builddir.

diffstat:

3 files changed, 11 insertions(+), 1 deletion(-)
ChangeLog   |    6 ++++++
HACKING     |    4 ++++
Makefile.am |    2 +-

diffs (39 lines):

diff -r 1be4e928200c -r 94838da77197 ChangeLog
--- a/ChangeLog	Mon Aug 25 15:15:30 2008 -0400
+++ b/ChangeLog	Tue Aug 26 15:41:08 2008 +0100
@@ -1,3 +1,9 @@ 2008-08-21  Mark Wielaard  <mark at klomp.o
+2008-08-26  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* HACKING: Add icedtea-signed-types-hot6.patch.
+	* Makefile.am: Correct use of srcdir for ICEDTEA_HOME,
+	should be builddir.
+
 2008-08-21  Mark Wielaard  <mark at klomp.org>
 
 	* .hgignore: Add test/jtreg.jar.
diff -r 1be4e928200c -r 94838da77197 HACKING
--- a/HACKING	Mon Aug 25 15:15:30 2008 -0400
+++ b/HACKING	Tue Aug 26 15:41:08 2008 +0100
@@ -103,6 +103,10 @@ The following patches are only applied f
 * icedtea-test-atomic-operations.patch: Add check to see if GCC's sync_lock_test works.
 * icedtea-zero.patch: Generalise architecture support, add ARM and #ifdef out non-zero applicable parts.
 
+The following patches are only applied for IcedTea builds not using the zero-assembler:
+
+* icedtea-signed-types-hot6.patch: Make use of unsigned/signed types explicit.
+
 The following patches are only applied for IcedTea builds using the Shark JIT:
 
 * icedtea-shark.patch: Add support for the Shark JIT.
diff -r 1be4e928200c -r 94838da77197 Makefile.am
--- a/Makefile.am	Mon Aug 25 15:15:30 2008 -0400
+++ b/Makefile.am	Tue Aug 26 15:41:08 2008 +0100
@@ -754,7 +754,7 @@ if WITH_ICEDTEA
   ICEDTEA_HOME = $(SYSTEM_ICEDTEA_DIR)
 else
   BOOTSTRAP_DIRECTORY_STAMP = stamps/bootstrap-directory.stamp
-  ICEDTEA_HOME = $(abs_top_srcdir)/bootstrap/icedtea
+  ICEDTEA_HOME = $(abs_top_builddir)/bootstrap/icedtea
 endif
 endif
 



More information about the distro-pkg-dev mailing list