8056223: typo in export_optimized_jdk
authoriignatyev
Thu, 28 Aug 2014 23:30:13 +0400
changeset 26428 f200e6a24b36
parent 26311 7e8c3ace277d
child 26429 c5ca44ee3ce2
child 26430 7f20c536cd5b
8056223: typo in export_optimized_jdk Reviewed-by: kvn
hotspot/make/Makefile
--- a/hotspot/make/Makefile	Wed Aug 27 17:09:18 2014 +0400
+++ b/hotspot/make/Makefile	Thu Aug 28 23:30:13 2014 +0400
@@ -337,7 +337,7 @@
 export_product_jdk::
 	$(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) generic_export
 export_optimized_jdk::
-	$(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) generic_export
+	$(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR)/$(@:export_%_jdk=%) generic_export
 export_fastdebug_jdk::
 	$(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR)/$(@:export_%_jdk=%) generic_export
 export_debug_jdk::