diff -r 8bbc72864a41 -r 78bb27faf889 common/makefiles/Main.gmk --- 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