changeset in /hg/icedtea6: 2009-04-10 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Fri Apr 10 03:55:03 PDT 2009


changeset 97ad7002bc2e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=97ad7002bc2e
description:
	2009-04-10  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (check-jdk): Fix location of test input files, fix
	        changing permissions on these files.

diffstat:

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

diffs (26 lines):

diff -r 953caf041bef -r 97ad7002bc2e ChangeLog
--- a/ChangeLog	Tue Apr 07 10:28:20 2009 -0400
+++ b/ChangeLog	Fri Apr 10 12:50:57 2009 +0200
@@ -1,3 +1,8 @@ 2009-04-07  Omair Majid  <omajid at redhat.
+2009-04-10  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (check-jdk): Fix location of test input files, fix
+	changing permissions on these files.
+
 2009-04-07  Omair Majid  <omajid at redhat.com>
 
 	* patches/icedtea-dnd-filelists.patch: New patch. Fix drag and drop
diff -r 953caf041bef -r 97ad7002bc2e Makefile.am
--- a/Makefile.am	Tue Apr 07 10:28:20 2009 -0400
+++ b/Makefile.am	Fri Apr 10 12:50:57 2009 +0200
@@ -1764,8 +1764,8 @@ check-langtools: stamps/jtreg.stamp
 	    | tee test/$@.log
 
 check-jdk: stamps/jtreg.stamp
-	chmod -w $(abs_top_srcdir)/openjdk/jdk/test/sun/tools/native2ascii/test2
-	chmod -w $(abs_top_srcdir)/openjdk/jdk/test/sun/tools/native2ascii/test3
+	chmod a-w $(abs_top_builddir)/openjdk/jdk/test/sun/tools/native2ascii/test2
+	chmod a-w $(abs_top_builddir)/openjdk/jdk/test/sun/tools/native2ascii/test3
 	mkdir -p test/jdk/JTwork test/jdk/JTreport
 	$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
 		-w:test/jdk/JTwork -r:test/jdk/JTreport \



More information about the distro-pkg-dev mailing list