Merge
authoramurillo
Fri, 23 Sep 2016 13:44:01 -0700
changeset 41309 88c1272e94d3
parent 41308 acbb89f35332 (current diff)
parent 41190 220bdb170180 (diff)
child 41310 28c707fe71ce
Merge
--- a/hotspot/test/jprt.config	Thu Sep 22 22:51:51 2016 +0300
+++ b/hotspot/test/jprt.config	Fri Sep 23 13:44:01 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