make/HotspotWrapper.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/HotspotWrapper.gmk	Thu Aug 21 11:34:15 2014
--- new/make/HotspotWrapper.gmk	Thu Aug 21 11:34:15 2014

*** 33,44 **** --- 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