changeset 705:f6f6f414cdfe

8012366: Fix for 8007815 breaks down when only building OpenJDK (without deploy and install forests) Reviewed-by: dholmes, robilad
author tbell
date Wed, 17 Jul 2013 06:06:42 -0700
parents 3fdfe7f1b063
children af755d12719e
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jul 03 16:36:24 2013 -0700
+++ b/Makefile	Wed Jul 17 06:06:42 2013 -0700
@@ -263,7 +263,7 @@
 		ALT_OUTPUTDIR=$(ABS_OUTPUTDIR)/$(REL_JDK_OUTPUTDIR) \
 	        DEBUG_NAME=$(DEBUG_NAME) \
 		GENERATE_DOCS=false \
-		BUILD_INSTALL_BUNDLES=true \
+		$(if $(findstring true,$(BUILD_INSTALL)),BUILD_INSTALL_BUNDLES=true,) \
 		CREATE_DEBUGINFO_BUNDLES=false \
 	        $(BOOT_CYCLE_DEBUG_SETTINGS) \
 		generic_build_repo_series