make/solaris/makefiles/top.make

changeset 9858
b985cbb00e68
parent 5237
f2110083203d
child 9931
fd44df5e3bc3
     1.1 --- a/make/solaris/makefiles/top.make	Thu Aug 01 03:44:03 2019 +0100
     1.2 +++ b/make/solaris/makefiles/top.make	Mon Aug 12 18:30:40 2019 +0300
     1.3 @@ -73,7 +73,7 @@
     1.4  	@echo All done.
     1.5  
     1.6  # This is an explicit dependency for the sake of parallel makes.
     1.7 -vm_build_preliminaries:  checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff trace_stuff sa_stuff
     1.8 +vm_build_preliminaries:  checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff jfr_stuff sa_stuff
     1.9  	@# We need a null action here, so implicit rules don't get consulted.
    1.10  
    1.11  $(Cached_plat): $(Plat_File)
    1.12 @@ -87,9 +87,9 @@
    1.13  jvmti_stuff: $(Cached_plat) $(adjust-mflags)
    1.14  	@$(MAKE) -f jvmti.make $(MFLAGS-adjusted)
    1.15  
    1.16 -# generate trace files 
    1.17 -trace_stuff: jvmti_stuff $(Cached_plat) $(adjust-mflags)
    1.18 -	@$(MAKE) -f trace.make $(MFLAGS-adjusted)
    1.19 +# generate JFR files
    1.20 +jfr_stuff:  $(Cached_plat) $(adjust-mflags)
    1.21 +	@$(MAKE) -f jfr.make $(MFLAGS-adjusted)
    1.22  
    1.23  # generate SA jar files and native header
    1.24  sa_stuff:

mercurial