< prev index next >

make/MacBundles.gmk

Print this page

        

*** 28,38 **** include TextFileProcessing.gmk default: bundles # Only macosx has bundles defined. ! ifeq ($(OPENJDK_TARGET_OS), macosx) bundles: jre-bundle jdk-bundle # JDK_MACOSX_CONTENTS_DIR and JRE_MACOSX_CONTENTS_DIR are defined in SPEC. --- 28,38 ---- include TextFileProcessing.gmk default: bundles # Only macosx has bundles defined. ! ifeq ($(call isTargetOs, macosx), true) bundles: jre-bundle jdk-bundle # JDK_MACOSX_CONTENTS_DIR and JRE_MACOSX_CONTENTS_DIR are defined in SPEC.
< prev index next >