make/ToolsLangtools.gmk
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    36 # upon $(BUILD_TOOLS_LANGTOOLS) to trigger a compilation of the tools.
    36 # upon $(BUILD_TOOLS_LANGTOOLS) to trigger a compilation of the tools.
    37 $(eval $(call SetupJavaCompilation,BUILD_TOOLS_LANGTOOLS, \
    37 $(eval $(call SetupJavaCompilation,BUILD_TOOLS_LANGTOOLS, \
    38     SETUP := BOOT_JAVAC, \
    38     SETUP := BOOT_JAVAC, \
    39     DISABLE_SJAVAC := true, \
    39     DISABLE_SJAVAC := true, \
    40     ADD_JAVAC_FLAGS := -Xprefer:source, \
    40     ADD_JAVAC_FLAGS := -Xprefer:source, \
    41     SRC := $(LANGTOOLS_TOPDIR)/make/tools, \
    41     SRC := $(TOPDIR)/make/langtools/tools, \
    42     INCLUDES := compileproperties propertiesparser, \
    42     INCLUDES := compileproperties propertiesparser, \
    43     COPY := .properties, \
    43     COPY := .properties, \
    44     BIN := $(BUILDTOOLS_OUTPUTDIR)/langtools_tools_classes))
    44     BIN := $(BUILDTOOLS_OUTPUTDIR)/langtools_tools_classes))
    45 
    45 
    46 all: $(BUILD_TOOLS_LANGTOOLS)
    46 all: $(BUILD_TOOLS_LANGTOOLS)