common/makefiles/Main.gmk
changeset 14378 0ef5d942b98e
parent 14111 2a82ecb35fc7
child 14466 2f85b948660b
--- a/common/makefiles/Main.gmk	Thu Nov 08 12:24:35 2012 +0100
+++ b/common/makefiles/Main.gmk	Mon Nov 12 12:34:11 2012 -0800
@@ -94,11 +94,13 @@
 	@($(CD) $(JAXWS_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJaxws.gmk)
 	@$(call TargetExit)
 
+ifeq ($(BUILD_HOTSPOT),true)
 hotspot: hotspot-only
 hotspot-only: start-make
 	@$(call TargetEnter)
 	@($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f HotspotWrapper.gmk)
 	@$(call TargetExit)
+endif
 
 jdk: langtools hotspot corba jaxp jaxws jdk-only
 jdk-only: start-make