make/HotspotWrapper.gmk
changeset 26592 b00aacec537b
parent 26549 2346a9f0d29d
child 29662 78c47f0002c3
equal deleted inserted replaced
26591:16409c45f454 26592:b00aacec537b
    40 
    40 
    41 # The old build creates hotspot output dir before calling hotspot and
    41 # The old build creates hotspot output dir before calling hotspot and
    42 # not doing it breaks builds on msys.
    42 # not doing it breaks builds on msys.
    43 $(HOTSPOT_OUTPUTDIR)/_hotspot.timestamp: $(HOTSPOT_FILES)
    43 $(HOTSPOT_OUTPUTDIR)/_hotspot.timestamp: $(HOTSPOT_FILES)
    44 	@$(MKDIR) -p $(HOTSPOT_OUTPUTDIR)
    44 	@$(MKDIR) -p $(HOTSPOT_OUTPUTDIR)
    45 	@($(CD) $(HOTSPOT_TOPDIR)/make && $(MAKE) -j1 $(HOTSPOT_MAKE_ARGS) SPEC=$(HOTSPOT_SPEC) BASE_SPEC=$(BASE_SPEC))
    45 	@($(CD) $(HOTSPOT_TOPDIR)/make && $(MAKE) $(HOTSPOT_MAKE_ARGS) SPEC=$(HOTSPOT_SPEC) BASE_SPEC=$(BASE_SPEC))
    46 	$(TOUCH) $@
    46 	$(TOUCH) $@
    47 
    47 
    48 hotspot: $(HOTSPOT_OUTPUTDIR)/_hotspot.timestamp
    48 hotspot: $(HOTSPOT_OUTPUTDIR)/_hotspot.timestamp
    49 
    49 
    50 all: hotspot
    50 all: hotspot