make/Main.gmk
changeset 36789 46a9456815a3
parent 36506 17612cee3530
child 37031 e90042bf422d
child 37405 b406a1747788
equal deleted inserted replaced
36788:3316617b636e 36789:46a9456815a3
   339 # Cross compilation support
   339 # Cross compilation support
   340 
   340 
   341 ifeq ($(CREATE_BUILDJDK), true)
   341 ifeq ($(CREATE_BUILDJDK), true)
   342   # This target is only called by the recursive call below.
   342   # This target is only called by the recursive call below.
   343   create-buildjdk-compile-hotspot-helper: hotspot
   343   create-buildjdk-compile-hotspot-helper: hotspot
   344   create-buildjdk-compile-modules-helper: jdk.jlink-launchers java.base-copy
   344   create-buildjdk-compile-modules-helper: jdk.jlink-launchers java.base-copy \
       
   345       jdk.jdeps-launchers
   345 endif
   346 endif
   346 
   347 
   347 create-buildjdk-copy:
   348 create-buildjdk-copy:
   348 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f CreateBuildJdkCopy.gmk)
   349 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f CreateBuildJdkCopy.gmk)
   349 
   350