8020799: Allow customization of hotspot source directories and files

Wed, 24 Jul 2013 19:23:26 -0400

author
dholmes
date
Wed, 24 Jul 2013 19:23:26 -0400
changeset 5442
01aa164323fa
parent 5408
2285b4a0a4e6
child 5443
a4b9a8ec8f4a
child 5455
c65045599519

8020799: Allow customization of hotspot source directories and files
Reviewed-by: kvn, dlong

make/linux/makefiles/vm.make file | annotate | diff | comparison | revisions
     1.1 --- a/make/linux/makefiles/vm.make	Thu Jul 18 09:35:02 2013 -0700
     1.2 +++ b/make/linux/makefiles/vm.make	Wed Jul 24 19:23:26 2013 -0400
     1.3 @@ -212,6 +212,12 @@
     1.4  Src_Files_EXCLUDE += \*x86_32\*
     1.5  endif
     1.6  
     1.7 +# Alternate vm.make
     1.8 +# This has to be included here to allow changes to the source
     1.9 +# directories and excluded files before they are expanded
    1.10 +# by the definition of Src_Files.
    1.11 +-include $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/vm.make
    1.12 +
    1.13  # Locate all source files in the given directory, excluding files in Src_Files_EXCLUDE.
    1.14  define findsrc
    1.15  	$(notdir $(shell find $(1)/. ! -name . -prune \
    1.16 @@ -381,4 +387,4 @@
    1.17  
    1.18  install: install_jvm install_jsig install_saproc
    1.19  
    1.20 -.PHONY: default build install install_jvm $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make
    1.21 +.PHONY: default build install install_jvm $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/vm.make

mercurial