equal
deleted
inserted
replaced
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 |