8005262: possible gamma launcher issues

Cleaned out make targets and comments associated with the previously removed gamma launcher

Reviewed-by: dcubed, stefank
This commit is contained in:
Ron Durbin 2014-02-10 12:38:34 -08:00
parent 50b13833fa
commit 57d286084a
9 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -128,7 +128,7 @@ the_vm: vm_build_preliminaries $(adjust-mflags)
@$(UpdatePCH)
@$(MAKE) -f vm.make $(MFLAGS-adjusted)
install gamma: the_vm
install : the_vm
@$(MAKE) -f vm.make $@
# next rules support "make foo.[ois]"

View File

@ -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

View File

@ -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

View File

@ -122,7 +122,7 @@ the_vm: vm_build_preliminaries $(adjust-mflags)
@$(UpdatePCH)
@$(MAKE) -f vm.make $(MFLAGS-adjusted)
install gamma: the_vm
install: the_vm
@$(MAKE) -f vm.make $@
# next rules support "make foo.[ois]"

View File

@ -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

View File

@ -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

View File

@ -114,7 +114,7 @@ $(adjust-mflags): $(GAMMADIR)/make/$(Platform_os_family)/makefiles/adjust-mflags
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]"