changeset 1466:97ad7002bc2e

2009-04-10 Matthias Klose <doko@ubuntu.com> * Makefile.am (check-jdk): Fix location of test input files, fix changing permissions on these files.
author doko@ubuntu.com
date Fri, 10 Apr 2009 12:50:57 +0200
parents 953caf041bef
children 3ebbbd651177
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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-10  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (check-jdk): Fix location of test input files, fix
+	changing permissions on these files.
+
 2009-04-07  Omair Majid  <omajid@redhat.com>
 
 	* patches/icedtea-dnd-filelists.patch: New patch. Fix drag and drop
--- 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 @@
 	    | 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 \