8147786: Building hotspot gives error message from find
authorerikj
Wed, 20 Jan 2016 13:57:03 +0100
changeset 35033 36613b800836
parent 35032 c2f315819691
child 35034 83cef3b9e234
8147786: Building hotspot gives error message from find Reviewed-by: ihse
make/HotspotWrapper.gmk
--- a/make/HotspotWrapper.gmk	Wed Jan 20 09:53:52 2016 +0100
+++ b/make/HotspotWrapper.gmk	Wed Jan 20 13:57:03 2016 +0100
@@ -38,7 +38,7 @@
 # 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