8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged

Reviewed-by: erikj
This commit is contained in:
Alan Burlison 2016-09-21 14:23:33 +02:00
parent 6b4039c28a
commit ce5c490b25

View File

@ -86,12 +86,12 @@ case "${osname}" in
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