changeset 1663:3bb4b0a830b3

2009-08-21 Matthias Klose <doko@ubuntu.com> * Makefile.am (stamps/hotspot-tools-class-files.stamp, stamps/rt-class-files.stamp): Set classpath to '' (eclipse #285466).
author doko@ubuntu.com
date Fri, 21 Aug 2009 09:55:52 +0200
parents a98ad2958053
children 4e8a939956f5
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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-21  Matthias Klose  <doko@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@zafena.se>
 
 	Adjust Shark to LLVM 2.6svn rev 79521.
--- 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 @@
             -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 @@
 	    -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/