OpenJDK / amber / amber
changeset 41309:88c1272e94d3
Merge
author | amurillo |
---|---|
date | Fri, 23 Sep 2016 13:44:01 -0700 |
parents | acbb89f35332 220bdb170180 |
children | 28c707fe71ce |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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