comparison make/linux/makefiles/top.make @ 14319:a00b8f42c4c4

8032462: Change the linux SDT implementation to use USDT2 instead of USDT1 Reviewed-by: coleenp, sspitsyn, kamg
author sla
date Mon, 03 Feb 2014 13:41:26 +0100
parents f2110083203d
children 5eee9a9aeb7a
comparison
equal deleted inserted replaced
14318:1020b892787b 14319:a00b8f42c4c4
78 78
79 default: vm_build_preliminaries the_vm 79 default: vm_build_preliminaries the_vm
80 @echo All done. 80 @echo All done.
81 81
82 # This is an explicit dependency for the sake of parallel makes. 82 # This is an explicit dependency for the sake of parallel makes.
83 vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) trace_stuff jvmti_stuff sa_stuff 83 vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) trace_stuff jvmti_stuff sa_stuff dtrace_stuff
84 @# We need a null action here, so implicit rules don't get consulted. 84 @# We need a null action here, so implicit rules don't get consulted.
85 85
86 $(Cached_plat): $(Plat_File) 86 $(Cached_plat): $(Plat_File)
87 $(CDG) cp $(Plat_File) $(Cached_plat) 87 $(CDG) cp $(Plat_File) $(Cached_plat)
88 88
99 @$(MAKE) -f trace.make $(MFLAGS-adjusted) 99 @$(MAKE) -f trace.make $(MFLAGS-adjusted)
100 100
101 # generate SA jar files and native header 101 # generate SA jar files and native header
102 sa_stuff: 102 sa_stuff:
103 @$(MAKE) -f sa.make $(MFLAGS-adjusted) 103 @$(MAKE) -f sa.make $(MFLAGS-adjusted)
104
105 dtrace_stuff: $(Cached_plat) $(adjust-mflags)
106 @$(MAKE) -f dtrace.make dtrace_gen_headers $(MFLAGS-adjusted) GENERATED=$(GENERATED)
104 107
105 # and the VM: must use other makefile with dependencies included 108 # and the VM: must use other makefile with dependencies included
106 109
107 # We have to go to great lengths to get control over the -jN argument 110 # We have to go to great lengths to get control over the -jN argument
108 # to the recursive invocation of vm.make. The problem is that gnumake 111 # to the recursive invocation of vm.make. The problem is that gnumake