make/Images.gmk
changeset 42286 039f2a4129d1
parent 42285 864475e2cf63
child 42287 925cf8cf736c
child 42523 0aeacf92b0f8
equal deleted inserted replaced
42285:864475e2cf63 42286:039f2a4129d1
   352 JDK_TARGETS += $(JDK_DOC_TARGETS)
   352 JDK_TARGETS += $(JDK_DOC_TARGETS)
   353 
   353 
   354 ################################################################################
   354 ################################################################################
   355 # src.zip
   355 # src.zip
   356 
   356 
   357 $(JDK_IMAGE_DIR)/lib/src.zip: $(SUPPORT_OUTPUTDIR)/src.zip
   357 $(JDK_IMAGE_DIR)/src.zip: $(SUPPORT_OUTPUTDIR)/src.zip
   358 	$(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
   358 	$(call LogInfo, Copying $(patsubst $(OUTPUT_ROOT)/%,%,$@))
   359 	$(install-file)
   359 	$(install-file)
   360 
   360 
   361 JDK_TARGETS += $(JDK_IMAGE_DIR)/lib/src.zip
   361 JDK_TARGETS += $(JDK_IMAGE_DIR)/src.zip
   362 
   362 
   363 ################################################################################
   363 ################################################################################
   364 # /demo dir
   364 # /demo dir
   365 # Avoid doing the expensive find unless called with "jdk" as target.
   365 # Avoid doing the expensive find unless called with "jdk" as target.
   366 ifneq ($(filter jdk, $(MAKECMDGOALS)), )
   366 ifneq ($(filter jdk, $(MAKECMDGOALS)), )