make/hotspot-rules.gmk
changeset 4032 73d42cedc44d
parent 3792 70d5ef4d28c5
child 4082 d3f4c20c3f80
equal deleted inserted replaced
4031:439e2afc9abc 4032:73d42cedc44d
     1 #
     1 #
     2 # Copyright 2001-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2001-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    86 endif
    86 endif
    87 
    87 
    88 hotspot-build::
    88 hotspot-build::
    89 	$(MKDIR) -p $(HOTSPOT_OUTPUTDIR)
    89 	$(MKDIR) -p $(HOTSPOT_OUTPUTDIR)
    90 	$(MKDIR) -p $(HOTSPOT_EXPORT_PATH)
    90 	$(MKDIR) -p $(HOTSPOT_EXPORT_PATH)
       
    91 	@$(call MakeStart, hotspot, $(HOTSPOT_TARGET))
    91 	$(CD) $(HOTSPOT_TOPDIR)/make && \
    92 	$(CD) $(HOTSPOT_TOPDIR)/make && \
    92 	    $(MAKE) $(HOTSPOT_BUILD_ARGUMENTS) $(HOTSPOT_TARGET)
    93 	    $(MAKE) $(HOTSPOT_BUILD_ARGUMENTS) $(HOTSPOT_TARGET)
       
    94 	@$(call MakeFinish, hotspot, $(HOTSPOT_TARGET))
    93 
    95 
    94 #####################
    96 #####################
    95 # .PHONY
    97 # .PHONY
    96 #####################
    98 #####################
    97 .PHONY: hotspot-build hotspot-clobber hotspot-sanity
    99 .PHONY: hotspot-build hotspot-clobber hotspot-sanity