make/HotspotWrapper.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8033946 Cdiff make/HotspotWrapper.gmk

make/HotspotWrapper.gmk

Print this page

        

*** 33,44 **** # affected, however. This is required for correct dependency management. .NOTPARALLEL: default: all ! # Get all files except .hg in the hotspot directory. ! HOTSPOT_FILES := $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print) # The old build creates hotspot output dir before calling hotspot and # not doing it breaks builds on msys. $(HOTSPOT_OUTPUTDIR)/_hotspot.timestamp: $(HOTSPOT_FILES) @$(MKDIR) -p $(HOTSPOT_OUTPUTDIR) --- 33,44 ---- # affected, however. This is required for correct dependency management. .NOTPARALLEL: default: all ! # Get all files except .hg and ide in the hotspot directory. ! HOTSPOT_FILES := $(shell $(FIND) -L $(HOTSPOT_TOPDIR) -name ".hg" -prune -o -print | $(GREP) -v "ide") # The old build creates hotspot output dir before calling hotspot and # not doing it breaks builds on msys. $(HOTSPOT_OUTPUTDIR)/_hotspot.timestamp: $(HOTSPOT_FILES) @$(MKDIR) -p $(HOTSPOT_OUTPUTDIR)
make/HotspotWrapper.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File