changeset 14337:5eee9a9aeb7a

8005262: possible gamma launcher issues Summary: Cleaned out make targets and comments associated with the previously removed gamma launcher Reviewed-by: dcubed, stefank
author rdurbin
date Mon, 10 Feb 2014 12:38:34 -0800
parents 9341a9963d36
children 7865629d6f22
files make/bsd/makefiles/optimized.make make/bsd/makefiles/product.make make/bsd/makefiles/top.make make/linux/makefiles/optimized.make make/linux/makefiles/product.make make/linux/makefiles/top.make make/solaris/makefiles/optimized.make make/solaris/makefiles/product.make make/solaris/makefiles/top.make
diffstat 9 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/make/bsd/makefiles/optimized.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/bsd/makefiles/optimized.make	Mon Feb 10 12:38:34 2014 -0800
@@ -22,7 +22,7 @@
 #  
 #
 
-# Sets make macros for making optimized version of Gamma VM
+# Sets make macros for making optimized version of HotSpot VM
 # (This is the "product", not the "release" version.)
 
 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
--- a/make/bsd/makefiles/product.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/bsd/makefiles/product.make	Mon Feb 10 12:38:34 2014 -0800
@@ -22,7 +22,7 @@
 #  
 #
 
-# Sets make macros for making optimized version of Gamma VM
+# Sets make macros for making optimized version of HotSpot VM
 # (This is the "product", not the "release" version.)
 
 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
--- a/make/bsd/makefiles/top.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/bsd/makefiles/top.make	Mon Feb 10 12:38:34 2014 -0800
@@ -128,7 +128,7 @@
 	@$(UpdatePCH)
 	@$(MAKE) -f vm.make $(MFLAGS-adjusted)
 
-install gamma: the_vm
+install : the_vm
 	@$(MAKE) -f vm.make $@
 
 # next rules support "make foo.[ois]"
--- a/make/linux/makefiles/optimized.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/linux/makefiles/optimized.make	Mon Feb 10 12:38:34 2014 -0800
@@ -22,7 +22,7 @@
 #  
 #
 
-# Sets make macros for making optimized version of Gamma VM
+# Sets make macros for making optimized version of HotSpot VM
 # (This is the "product", not the "release" version.)
 
 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
--- a/make/linux/makefiles/product.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/linux/makefiles/product.make	Mon Feb 10 12:38:34 2014 -0800
@@ -22,7 +22,7 @@
 #  
 #
 
-# Sets make macros for making optimized version of Gamma VM
+# Sets make macros for making optimized version of HotSpot VM
 # (This is the "product", not the "release" version.)
 
 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
--- a/make/linux/makefiles/top.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/linux/makefiles/top.make	Mon Feb 10 12:38:34 2014 -0800
@@ -122,7 +122,7 @@
 	@$(UpdatePCH)
 	@$(MAKE) -f vm.make $(MFLAGS-adjusted)
 
-install gamma: the_vm
+install: the_vm
 	@$(MAKE) -f vm.make $@
 
 # next rules support "make foo.[ois]"
--- a/make/solaris/makefiles/optimized.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/solaris/makefiles/optimized.make	Mon Feb 10 12:38:34 2014 -0800
@@ -22,7 +22,7 @@
 #  
 #
 
-# Sets make macros for making optimized version of Gamma VM
+# Sets make macros for making optimized version of HotSpot VM
 # (This is the "product", not the "release" version.)
 
 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
--- a/make/solaris/makefiles/product.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/solaris/makefiles/product.make	Mon Feb 10 12:38:34 2014 -0800
@@ -22,7 +22,7 @@
 #  
 #
 
-# Sets make macros for making optimized version of Gamma VM
+# Sets make macros for making optimized version of HotSpot VM
 # (This is the "product", not the "release" version.)
 
 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
--- a/make/solaris/makefiles/top.make	Thu Feb 06 20:13:38 2014 -0800
+++ b/make/solaris/makefiles/top.make	Mon Feb 10 12:38:34 2014 -0800
@@ -114,7 +114,7 @@
 the_vm: vm_build_preliminaries $(adjust-mflags)
 	@$(MAKE) -f vm.make $(MFLAGS-adjusted)
 
-install gamma: the_vm
+install: the_vm
 	@$(MAKE) -f vm.make $@
 
 # next rules support "make foo.[oi]"