make/Main.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 53465 d982794784f1
child 53736 81767abf7e6a
equal deleted inserted replaced
57144:fff0653622aa 57145:ceaa243112bd
  1030   ifeq ($(EXTERNAL_BUILDJDK), false)
  1030   ifeq ($(EXTERNAL_BUILDJDK), false)
  1031     product-images: generate-summary
  1031     product-images: generate-summary
  1032   endif
  1032   endif
  1033 endif
  1033 endif
  1034 
  1034 
  1035 ifeq ($(OPENJDK_TARGET_OS), macosx)
  1035 ifeq ($(call isTargetOs, macosx), true)
  1036   product-images: mac-jdk-bundle
  1036   product-images: mac-jdk-bundle
  1037 endif
  1037 endif
  1038 
  1038 
  1039 # This target builds the documentation image
  1039 # This target builds the documentation image
  1040 docs-image: docs-jdk
  1040 docs-image: docs-jdk