make/MacBundles.gmk
branchJDK-8200758-branch
changeset 57182 2d71241be958
parent 53683 48ff68e2fe5c
child 54380 e297c7bb6469
equal deleted inserted replaced
57181:d10b861e8d62 57182:2d71241be958
    28 include TextFileProcessing.gmk
    28 include TextFileProcessing.gmk
    29 
    29 
    30 default: bundles
    30 default: bundles
    31 
    31 
    32 # Only macosx has bundles defined.
    32 # Only macosx has bundles defined.
    33 ifeq ($(OPENJDK_TARGET_OS), macosx)
    33 ifeq ($(call isTargetOs, macosx), true)
    34 
    34 
    35   bundles: jre-bundle jdk-bundle
    35   bundles: jre-bundle jdk-bundle
    36 
    36 
    37   # JDK_MACOSX_CONTENTS_DIR and JRE_MACOSX_CONTENTS_DIR are defined in SPEC.
    37   # JDK_MACOSX_CONTENTS_DIR and JRE_MACOSX_CONTENTS_DIR are defined in SPEC.
    38 
    38