make/solaris/makefiles/top.make

changeset 9931
fd44df5e3bc3
parent 6876
710a3c8b516e
parent 9858
b985cbb00e68
     1.1 --- a/make/solaris/makefiles/top.make	Wed Oct 14 16:43:13 2020 +0800
     1.2 +++ b/make/solaris/makefiles/top.make	Wed Oct 14 17:44:48 2020 +0800
     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