changeset 2556:9f4be0a502ce

PR2354: stamps/cacao.stamp tries to touch a file in a directory which doesn't exist 2015-05-13 Andrew John Hughes <gnu_andrew@member.fsf.org> PR2354: stamps/cacao.stamp tries to touch a file in a directory which doesn't exist * Makefile.am: (cacao): Remove reference to hotspot directory which doesn't exist. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 14 May 2015 03:34:34 +0100
parents a5c3681e3d67
children 82ddf394f5d9
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 14 02:36:17 2015 +0100
+++ b/ChangeLog	Thu May 14 03:34:34 2015 +0100
@@ -1,3 +1,12 @@
+2015-05-13  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR2354: stamps/cacao.stamp tries to touch a file
+	in a directory which doesn't exist
+	* Makefile.am:
+	(cacao): Remove reference to hotspot directory
+	which doesn't exist.
+	* NEWS: Updated.
+
 2015-05-13  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR2349: ‘struct jvm_version_info’ has
--- a/Makefile.am	Thu May 14 02:36:17 2015 +0100
+++ b/Makefile.am	Thu May 14 03:34:34 2015 +0100
@@ -1910,7 +1910,7 @@
 	  --enable-jre-layout $(CACAO_CONFIGURE_ARGS); \
 	$(ARCH_PREFIX) $(MAKE) -j$(PARALLEL_JOBS) install
 	mkdir -p $(abs_top_builddir)/cacao/install/lib
-	touch $(abs_top_builddir)/cacao/install/hotspot/lib/sa-jdi.jar
+	touch $(abs_top_builddir)/cacao/install/lib/sa-jdi.jar
 	ln -sf server $(abs_top_builddir)/cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/client
 	touch $(abs_top_builddir)/cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/server/Xusage.txt
 	ln -sf client/libjvm.so $(abs_top_builddir)/cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/libjsig.so
--- a/NEWS	Thu May 14 02:36:17 2015 +0100
+++ b/NEWS	Thu May 14 03:34:34 2015 +0100
@@ -61,7 +61,6 @@
   - PR2257: clean-extract-nashorn rule is never run
   - PR2329: jamvm parallel unpack failures
   - PR2348: Avoid following symlinks for CACAO and JamVM patches
-  - PR2349: ‘struct jvm_version_info’ has no member named ‘is_kernel_jvm’
   - Don't substitute 'j' for '-j' inside -I directives
   - Extend 8041658 to all files in the HotSpot build.
   - Remove jcheck
@@ -101,7 +100,9 @@
   - PR2331: IcedTea8 fails to build with IcedTea7 CACAO due to low max heap size
   - PR2335: CACAO lacks JVM_FindClassFromCaller
   - PR2347: Fix CACAO patches to apply again
+  - PR2349: ‘struct jvm_version_info’ has no member named ‘is_kernel_jvm’
   - PR2350: Update to latest CACAO
+  - PR2354: stamps/cacao.stamp tries to touch a file in a directory which doesn't exist
   
 New in release 2.0 (2011-XX-XX):