common/makefiles/HotspotWrapper.gmk

changeset 839
174a54ce39c4
parent 494
e64f2cb57d05
equal deleted inserted replaced
838:ec48d637778a 839:174a54ce39c4
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)

mercurial