/hg/icedtea6: 2009-08-21 Matthias Klose <doko at ubuntu.com>

cpdev-commits at icedtea.classpath.org cpdev-commits at icedtea.classpath.org
Fri Aug 21 01:01:24 PDT 2009


changeset 13ec26d44a62 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=13ec26d44a62
summary: 2009-08-21  Matthias Klose  <doko at ubuntu.com>

diffstat:

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

diffs (48 lines):

diff -r 1e47f856c4eb -r 13ec26d44a62 ChangeLog
--- a/ChangeLog	Thu Aug 20 12:22:56 2009 +0200
+++ b/ChangeLog	Fri Aug 21 09:55:52 2009 +0200
@@ -1,3 +1,8 @@ 2009-08-20  Xerxes RÃ¥nby  <xerxes at zafen
+2009-08-21  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (stamps/hotspot-tools-class-files.stamp,
+	stamps/rt-class-files.stamp): Set classpath to '' (eclipse #285466).
+
 2009-08-20  Xerxes RÃ¥nby  <xerxes at zafena.se>
 
 	Adjust Shark to LLVM 2.6svn rev 79521.
diff -r 1e47f856c4eb -r 13ec26d44a62 Makefile.am
--- a/Makefile.am	Thu Aug 20 12:22:56 2009 +0200
+++ b/Makefile.am	Fri Aug 21 09:55:52 2009 +0200
@@ -1490,14 +1490,14 @@ stamps/hotspot-tools-class-files.stamp: 
             -source 1.5 \
             -sourcepath \
 	      'hotspot-tools:$(OPENJDK_SOURCEPATH_DIRS):$(ABS_SOURCE_DIRS)' \
-            -bootclasspath \'\' @$< ; \
+            -classpath \'\' -bootclasspath \'\' @$< ; \
 	else \
 	  $(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g \
 	    -d lib/hotspot-tools \
 	    -source 1.5 \
 	    -sourcepath \
 	      'hotspot-tools:$(OPENJDK_SOURCEPATH_DIRS):$(ABS_SOURCE_DIRS)' \
-	    -bootclasspath \'\' @$< ; \
+	    -classpath \'\' -bootclasspath \'\' @$< ; \
 	fi
 	mkdir -p stamps
 	touch stamps/hotspot-tools-class-files.stamp
@@ -1542,13 +1542,13 @@ stamps/rt-class-files.stamp: rt-source-f
 	    -source 1.5 \
 	    -sourcepath \
 	      '$(OPENJDK_SOURCEPATH_DIRS):$(abs_top_builddir)/generated' \
-	    -bootclasspath \'\' @$< ; \
+	    -classpath \'\' -bootclasspath \'\' @$< ; \
 	else \
 	  $(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d lib/rt \
             -source 1.5 \
             -sourcepath \
 	      '$(OPENJDK_SOURCEPATH_DIRS):$(abs_top_builddir)/generated' \
-            -bootclasspath \'\' @$< ; \
+            -classpath \'\' -bootclasspath \'\' @$< ; \
 	fi
 	cp -r $(abs_top_srcdir)/rt/net/sourceforge/jnlp/resources \
 	  lib/rt/net/sourceforge/jnlp/



More information about the distro-pkg-dev mailing list