make/CompileJavaModules.gmk
changeset 41658 14de1ab85d25
parent 41656 fd9df30e8738
child 41871 b641dc735fe5
child 41661 d759799570f8
equal deleted inserted replaced
41657:1dce857676f9 41658:14de1ab85d25
   471 # Exclude BreakIterator classes that are just used in compile process to generate
   471 # Exclude BreakIterator classes that are just used in compile process to generate
   472 # data files and shouldn't go in the product
   472 # data files and shouldn't go in the product
   473 jdk.localedata_EXCLUDE_FILES += sun/text/resources/ext/BreakIteratorRules_th.java
   473 jdk.localedata_EXCLUDE_FILES += sun/text/resources/ext/BreakIteratorRules_th.java
   474 
   474 
   475 ################################################################################
   475 ################################################################################
       
   476 # If this is an imported module that has prebuilt classes, only compile
       
   477 # module-info.java.
       
   478 ifneq ($(wildcard $(IMPORT_MODULES_CLASSES)/$(MODULE)), )
       
   479   $(MODULE)_INCLUDE_FILES := module-info.java
       
   480 endif
       
   481 
       
   482 ################################################################################
   476 # Setup the compilation for the module
   483 # Setup the compilation for the module
   477 #
   484 #
   478 MODULE_SRC_DIRS := $(call FindModuleSrcDirs, $(MODULE))
   485 MODULE_SRC_DIRS := $(call FindModuleSrcDirs, $(MODULE))
   479 
   486 
   480 # The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying
   487 # The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying