From b5206561e2899de092b18029493478ff8ca7a536 Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Wed, 20 Jan 2016 13:57:03 +0100 Subject: [PATCH] 8147786: Building hotspot gives error message from find Reviewed-by: ihse --- make/HotspotWrapper.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/HotspotWrapper.gmk b/make/HotspotWrapper.gmk index d356232195a..eec08d6e129 100644 --- a/make/HotspotWrapper.gmk +++ b/make/HotspotWrapper.gmk @@ -38,7 +38,7 @@ default: all # Get all files in src, make or agent subdirs in hotspot directory and # filter out .hg. This skips the test directory. HOTSPOT_FILES := $(shell $(FIND) -L \ - $(HOTSPOT_TOPDIR)/src $(HOTSPOT_TOPDIR)/make $(HOTSPOT_TOPDIR)/agent \ + $(HOTSPOT_TOPDIR)/src $(HOTSPOT_TOPDIR)/make \ -name ".hg" -prune -o -print) # The old build creates hotspot output dir before calling hotspot and