changeset 2603:bb7dfa69caac

PR2358: Ensure all stamp targets have aliases 2015-12-08 Andrew John Hughes <gnu.andrew@member.fsf.org> PR2358: Ensure all stamp targets have aliases * Makefile.am: Add missing aliases for add-cacao, add-cacao-debug, add-jamvm, add-jamvm-debug, download-hotspot, download-nashorn, extract-jamvm, extract-nashorn, remove-intree-libraries and versioning. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 09 Dec 2015 05:05:09 +0000
parents c10dffbc6204
children 3533dde47086
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 09 04:37:31 2015 +0000
+++ b/ChangeLog	Wed Dec 09 05:05:09 2015 +0000
@@ -1,3 +1,14 @@
+2015-12-08  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR2358: Ensure all stamp targets have aliases
+	* Makefile.am:
+	Add missing aliases for add-cacao,
+	add-cacao-debug, add-jamvm, add-jamvm-debug,
+	download-hotspot, download-nashorn,
+	extract-jamvm, extract-nashorn,
+	remove-intree-libraries and versioning.
+	* NEWS: Updated.
+
 2015-12-08  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR2356: Update NEWS
--- a/Makefile.am	Wed Dec 09 04:37:31 2015 +0000
+++ b/Makefile.am	Wed Dec 09 05:05:09 2015 +0000
@@ -2524,6 +2524,14 @@
 
 add-archive-debug: stamps/add-archive-debug.stamp
 
+add-cacao: stamps/add-cacao.stamp
+
+add-cacao-debug: stamps/add-cacao-debug.stamp
+
+add-jamvm: stamps/add-jamvm.stamp
+
+add-jamvm-debug: stamps/add-jamvm-debug.stamp
+
 add-zero: stamps/add-zero.stamp
 
 add-zero-debug: stamps/add-zero-debug.stamp
@@ -2554,8 +2562,12 @@
 
 download-cacao: stamps/download-cacao.stamp
 
+download-hotspot: stamps/download-hotspot.stamp
+
 download-jamvm: stamps/download-jamvm.stamp
 
+download-nashorn: stamps/download-nashorn.stamp
+
 download-openjdk: stamps/download-openjdk.stamp
 
 ecccheck: stamps/ecccheck.stamp
@@ -2564,6 +2576,10 @@
 
 extract-cacao: stamps/extract-cacao.stamp
 
+extract-jamvm: stamps/extract-jamvm.stamp
+
+extract-nashorn: stamps/extract-nashorn.stamp
+
 extract-openjdk: stamps/extract-openjdk.stamp
 
 extract-hotspot: stamps/extract-hotspot.stamp
@@ -2602,4 +2618,8 @@
 
 pulse-java: $(PULSE_JAVA_TARGET)
 
+remove-intree-libraries: stamps/remove-intree-libraries.stamp
+
 sanitise-openjdk: stamps/sanitise-openjdk.stamp
+
+versioning: stamps/versioning.stamp
--- a/NEWS	Wed Dec 09 04:37:31 2015 +0000
+++ b/NEWS	Wed Dec 09 05:05:09 2015 +0000
@@ -86,6 +86,7 @@
   - PR2329: jamvm parallel unpack failures
   - PR2339: Fail early if there is no native HotSpot JIT & all other options are disabled
   - PR2348: Avoid following symlinks for CACAO and JamVM patches
+  - PR2358: Add aliases for all stamp targets
   - PR2363: Remove EC source code prior to build
   - PR2369: SunEC provider is partially installed
   - PR2377: PaX mark the installed JDK so it runs on hardened systems