make/GensrcModuleInfo.gmk
changeset 39110 712f29ba8708
parent 37981 e0375f6012c1
child 41458 f285e333e8db
equal deleted inserted replaced
39107:2a5697a98620 39110:712f29ba8708
    93   # Param 1 - Name of package with dots
    93   # Param 1 - Name of package with dots
    94   PackageExists = \
    94   PackageExists = \
    95       $(strip $(wildcard $(addsuffix $(subst .,/,/$(strip $1)), \
    95       $(strip $(wildcard $(addsuffix $(subst .,/,/$(strip $1)), \
    96           $(MODULE_CLASSES_DIRS) \
    96           $(MODULE_CLASSES_DIRS) \
    97           $(addsuffix /$(MODULE), $(IMPORT_MODULES_CLASSES)) \
    97           $(addsuffix /$(MODULE), $(IMPORT_MODULES_CLASSES)) \
       
    98           $(JDK_OUTPUTDIR)/modules/$(MODULE) \
    98       )))
    99       )))
    99 
   100 
   100   # Convert the modification lines into arguments for the modification tool.
   101   # Convert the modification lines into arguments for the modification tool.
   101   # Filter out modifications for non existing to-modules.
   102   # Filter out modifications for non existing to-modules.
   102   $(foreach line, $(MODIFICATIONS), \
   103   $(foreach line, $(MODIFICATIONS), \