Merge
authoramurillo
Wed, 21 Sep 2016 09:29:30 -0700
changeset 41097 20cec2b18e9a
parent 41096 adaf04f6b651 (current diff)
parent 41049 8926ffa4cbc2 (diff)
child 41098 b4b4c1119f39
child 41190 220bdb170180
Merge
--- a/hotspot/test/jprt.config	Fri Sep 16 10:57:18 2016 -0700
+++ b/hotspot/test/jprt.config	Wed Sep 21 09:29:30 2016 -0700
@@ -86,12 +86,12 @@
     fi
 
     # Add basic solaris system paths
-    path4sdk=/usr/ccs/bin:/usr/ccs/lib:/usr/bin:/bin:/usr/sfw/bin
+    path4sdk=/usr/bin
 
     # Find GNU make
-    make=/usr/sfw/bin/gmake
+    make=/usr/bin/gmake
     if [ ! -f ${make} ] ; then
-	make=/opt/sfw/bin/gmake
+	make=/usr/gnu/bin/make
 	if [ ! -f ${make} ] ; then
 	    make=${slashjava}/devtools/${solaris_arch}/bin/gnumake
         fi