changeset 2094:647e0142a5a5 jdk-9+120

8157574: Mac fastdebug bundles have wrong directory layout Reviewed-by: mchung
author erikj
date Tue, 24 May 2016 12:21:55 +0200
parents ac5b9049ea28
children f6a6d060b10c 389c2d2842a5
files make/Bundles.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/Bundles.gmk	Mon May 23 11:21:50 2016 +0200
+++ b/make/Bundles.gmk	Tue May 24 12:21:55 2016 +0200
@@ -122,7 +122,7 @@
 
 # On Macosx, we bundle up the macosx specific images which already have the
 # correct base directories.
-ifeq ($(OPENJDK_TARGET_OS), macosx)
+ifeq ($(OPENJDK_TARGET_OS)-$(DEBUG_LEVEL), macosx-release)
   JDK_IMAGE_DIR := $(JDK_MACOSX_BUNDLE_DIR)
   JRE_IMAGE_DIR := $(JRE_MACOSX_BUNDLE_DIR)
   JDK_IMAGE_HOMEDIR := $(JDK_MACOSX_CONTENTS_DIR)/Home