common/makefiles/Main.gmk

changeset 506
78bb27faf889
parent 494
e64f2cb57d05
child 518
6ff2e1280dc3
     1.1 --- a/common/makefiles/Main.gmk	Thu Nov 08 12:24:35 2012 +0100
     1.2 +++ b/common/makefiles/Main.gmk	Mon Nov 12 12:34:11 2012 -0800
     1.3 @@ -94,11 +94,13 @@
     1.4  	@($(CD) $(JAXWS_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJaxws.gmk)
     1.5  	@$(call TargetExit)
     1.6  
     1.7 +ifeq ($(BUILD_HOTSPOT),true)
     1.8  hotspot: hotspot-only
     1.9  hotspot-only: start-make
    1.10  	@$(call TargetEnter)
    1.11  	@($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f HotspotWrapper.gmk)
    1.12  	@$(call TargetExit)
    1.13 +endif
    1.14  
    1.15  jdk: langtools hotspot corba jaxp jaxws jdk-only
    1.16  jdk-only: start-make

mercurial