make/CreateJmods.gmk
changeset 42517 d3485deb09eb
parent 41874 07c3c4f1eb63
child 42518 f7ec0bceb374
equal deleted inserted replaced
42504:be65528af252 42517:d3485deb09eb
    77 ifneq ($(MAN_DIR), )
    77 ifneq ($(MAN_DIR), )
    78   JMOD_FLAGS += --man-pages $(MAN_DIR)
    78   JMOD_FLAGS += --man-pages $(MAN_DIR)
    79   DEPS += $(call CacheFind, $(MAN_DIR))
    79   DEPS += $(call CacheFind, $(MAN_DIR))
    80 endif
    80 endif
    81 
    81 
       
    82 ifeq ($(filter-out jdk.incubator.%, $(MODULE)), )
       
    83   JMOD_FLAGS += --do-not-resolve-by-default
       
    84   JMOD_FLAGS += --warn-if-resolved=incubating
       
    85 endif
       
    86 
    82 # Add dependencies on other jmod files. Only java.base needs access to other
    87 # Add dependencies on other jmod files. Only java.base needs access to other
    83 # jmods.
    88 # jmods.
    84 ifeq ($(MODULE), java.base)
    89 ifeq ($(MODULE), java.base)
    85   # When creating a BUILDJDK, we don't need to add hashes to java.base
    90   # When creating a BUILDJDK, we don't need to add hashes to java.base
    86   ifneq ($(CREATING_BUILDJDK), true)
    91   ifneq ($(CREATING_BUILDJDK), true)