/hg/icedtea-web: Fix -sourcepath for builddir != srcdir

doko at icedtea.classpath.org doko at icedtea.classpath.org
Wed Oct 20 07:11:01 PDT 2010


changeset 3b526d8b7bb2 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=3b526d8b7bb2
author: doko at ubuntu.com
date: Wed Oct 20 16:07:09 2010 +0200

	Fix -sourcepath for builddir != srcdir

	2010-10-20 Matthias Klose <doko at ubuntu.com>

	 * Makefile.am (stamps/extra-class-files.stamp): Fix
	-sourcepath.


diffstat:

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

diffs (23 lines):

diff -r 257297223569 -r 3b526d8b7bb2 ChangeLog
--- a/ChangeLog	Wed Oct 20 10:04:25 2010 -0400
+++ b/ChangeLog	Wed Oct 20 16:07:09 2010 +0200
@@ -1,3 +1,7 @@ 2010-10-20  Omair Majid  <omajid at redhat.
+2010-10-20  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (stamps/extra-class-files.stamp): Fix -sourcepath.
+
 2010-10-20  Omair Majid  <omajid at redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
diff -r 257297223569 -r 3b526d8b7bb2 Makefile.am
--- a/Makefile.am	Wed Oct 20 10:04:25 2010 -0400
+++ b/Makefile.am	Wed Oct 20 16:07:09 2010 +0200
@@ -287,7 +287,7 @@ stamps/extra-class-files.stamp: extra-so
 stamps/extra-class-files.stamp: extra-source-files.txt stamps/netx.stamp
 	mkdir -p extra-lib
 	$(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) -d extra-lib \
-          -sourcepath extra -cp netx.build \
+          -sourcepath $(abs_top_srcdir)/extra -cp netx.build \
           -bootclasspath $(RUNTIME) @extra-source-files.txt
 	cp -r $(NETX_EXTRA_DIR) extra-lib/net/sourceforge/jnlp/about
 	mkdir -p stamps



More information about the distro-pkg-dev mailing list