jdk/make/Tools.gmk
changeset 37878 19e3d89b31f4
parent 37779 7c84df693837
child 40261 86a49ba76f52
equal deleted inserted replaced
37877:dae28a12fb38 37878:19e3d89b31f4
    34 # following trick is used to be able to declare a dependency on the built tools.
    34 # following trick is used to be able to declare a dependency on the built tools.
    35 BUILD_TOOLS_JDK := $(call SetupJavaCompilationCompileTarget, \
    35 BUILD_TOOLS_JDK := $(call SetupJavaCompilationCompileTarget, \
    36     BUILD_TOOLS_JDK, $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes)
    36     BUILD_TOOLS_JDK, $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes)
    37 
    37 
    38 ################################################################################
    38 ################################################################################
    39 
       
    40 # Add a checksum ("jsum") to the end of a text file. Prevents trivial tampering with class lists.
       
    41 TOOL_ADDJSUM = $(JAVA_SMALL) -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
       
    42     build.tools.addjsum.AddJsum
       
    43 
    39 
    44 ifeq ($(BOOT_JDK_MODULAR), true)
    40 ifeq ($(BOOT_JDK_MODULAR), true)
    45   COMPILEFONTCONFIG_ADD_EXPORTS := -XaddExports:java.desktop/sun.awt=ALL-UNNAMED
    41   COMPILEFONTCONFIG_ADD_EXPORTS := -XaddExports:java.desktop/sun.awt=ALL-UNNAMED
    46 endif
    42 endif
    47 
    43