changeset in /hg/icedtea6: 2009-08-05 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Wed Aug 5 10:41:04 PDT 2009


changeset 2f1cdccc2d63 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2f1cdccc2d63
description:
	2009-08-05  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (ABS_SOURCE_DIRS): Add $(abs_top_builddir)/rt.

diffstat:

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

diffs (23 lines):

diff -r 769586c385c0 -r 2f1cdccc2d63 ChangeLog
--- a/ChangeLog	Wed Aug 05 13:19:03 2009 -0400
+++ b/ChangeLog	Wed Aug 05 19:35:37 2009 +0200
@@ -1,3 +1,7 @@ 2009-08-05  Lillian Angel  <langel at redha
+2009-08-05  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (ABS_SOURCE_DIRS): Add $(abs_top_builddir)/rt.
+
 2009-08-05  Lillian Angel  <langel at redhat.com>
 
 	* rt/netscape/javascript/JSObjectCreatePermission.java: Removed.
diff -r 769586c385c0 -r 2f1cdccc2d63 Makefile.am
--- a/Makefile.am	Wed Aug 05 13:19:03 2009 -0400
+++ b/Makefile.am	Wed Aug 05 19:35:37 2009 +0200
@@ -1469,7 +1469,7 @@ hotspot-tools-source-files.txt: stamps/r
 	find hotspot-tools -name '*.java' | sort > $@
 	mkdir -p lib/hotspot-tools
 
-ABS_SOURCE_DIRS = $(abs_top_builddir)/generated:$(abs_top_srcdir)/rt
+ABS_SOURCE_DIRS = $(abs_top_builddir)/generated:$(abs_top_builddir)/rt:$(abs_top_srcdir)/rt
 stamps/hotspot-tools-class-files.stamp: hotspot-tools-source-files.txt
 	if ! test -d $(ICEDTEA_BOOT_DIR) ; \
 	then \



More information about the distro-pkg-dev mailing list