make/Images.gmk
changeset 30085 936b85480edb
parent 29444 b6186ae3a799
child 30091 f86dca6d2737
child 30541 332465740d9b
equal deleted inserted replaced
30084:7ca82a207896 30085:936b85480edb
    64 JRE_MODULES := $(MAIN_MODULES) $(PROVIDER_MODULES)
    64 JRE_MODULES := $(MAIN_MODULES) $(PROVIDER_MODULES)
    65 JDK_MODULES := $(JRE_MODULES) $(TOOLS_MODULES)
    65 JDK_MODULES := $(JRE_MODULES) $(TOOLS_MODULES)
    66 
    66 
    67 # compact3 builds have additional modules
    67 # compact3 builds have additional modules
    68 JDK_COMPACT3_MODULES := java.compact3 java.smartcardio jdk.httpserver jdk.naming.dns \
    68 JDK_COMPACT3_MODULES := java.compact3 java.smartcardio jdk.httpserver jdk.naming.dns \
    69                        jdk.naming.rmi jdk.sctp jdk.security.auth
    69                        jdk.naming.rmi jdk.sctp jdk.security.auth jdk.management
    70 
    70 
    71 # Replacing double-comma with a single comma is to workaround the issue
    71 # Replacing double-comma with a single comma is to workaround the issue
    72 # with some version of make on windows that doesn't substitute spaces
    72 # with some version of make on windows that doesn't substitute spaces
    73 # with one comma properly as with make 4.0
    73 # with one comma properly as with make 4.0
    74 define SubstComma
    74 define SubstComma