common/makefiles/HotspotWrapper.gmk
changeset 20363 fa7663fc5d50
parent 14111 2a82ecb35fc7
equal deleted inserted replaced
20362:5f8289bfda3e 20363:fa7663fc5d50
    34 .NOTPARALLEL:
    34 .NOTPARALLEL:
    35 
    35 
    36 default: all
    36 default: all
    37 
    37 
    38 # Get all files except .hg in the hotspot directory.
    38 # Get all files except .hg in the hotspot directory.
    39 HOTSPOT_FILES :=  $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print)
    39 HOTSPOT_FILES := $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print)
    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)