make/hotspot/gensrc/GensrcDtrace.gmk
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
child 49124 6abbc1f5c2a1
child 56213 85ee4e5a2f92
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    35     DTRACE_CPP_FLAGS := -D_LP64 -x c
    35     DTRACE_CPP_FLAGS := -D_LP64 -x c
    36   else ifeq ($(OPENJDK_TARGET_OS), linux)
    36   else ifeq ($(OPENJDK_TARGET_OS), linux)
    37     DTRACE_CPP_FLAGS := -x c
    37     DTRACE_CPP_FLAGS := -x c
    38   endif
    38   endif
    39 
    39 
    40   DTRACE_SOURCE_DIR := $(HOTSPOT_TOPDIR)/src/os/posix/dtrace
    40   DTRACE_SOURCE_DIR := $(TOPDIR)/src/hotspot/os/posix/dtrace
    41   DTRACE_GENSRC_DIR := $(JVM_VARIANT_OUTPUTDIR)/gensrc/dtracefiles
    41   DTRACE_GENSRC_DIR := $(JVM_VARIANT_OUTPUTDIR)/gensrc/dtracefiles
    42 
    42 
    43   # Make sure we run our selected compiler for preprocessing instead of letting
    43   # Make sure we run our selected compiler for preprocessing instead of letting
    44   # the dtrace tool pick it on it's own.
    44   # the dtrace tool pick it on it's own.
    45   $(DTRACE_GENSRC_DIR)/%.h: $(DTRACE_SOURCE_DIR)/%.d
    45   $(DTRACE_GENSRC_DIR)/%.h: $(DTRACE_SOURCE_DIR)/%.d