8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
authoralanbur
Wed, 21 Sep 2016 14:23:33 +0200
changeset 41049 8926ffa4cbc2
parent 41035 9cb87c88ed85
child 41097 20cec2b18e9a
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: erikj
hotspot/test/jprt.config
--- a/hotspot/test/jprt.config	Wed Jul 05 22:14:30 2017 +0200
+++ b/hotspot/test/jprt.config	Wed Sep 21 14:23:33 2016 +0200
@@ -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