tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problems bootstrapping on Solaris-11



On Mon, May 26, 2014 at 04:20:27PM +0200, Jens Rehsack wrote:
> index 1678c4a..ec56586 100644
> --- a/mk/compiler/sunpro.mk
> +++ b/mk/compiler/sunpro.mk
> @@ -16,7 +16,7 @@ COMPILER_SUNPRO_MK=   defined
>  .include "../../mk/bsd.prefs.mk"
> 
>  SUNWSPROBASE?=         /opt/SUNWspro
> -.if !exists($SUNWSPROBASE)
> +.if !exists(${SUNWSPROBASE})
>  SUNWSPROBASE!=         /bin/ls -d /opt/solstudio*
>  .endif

Looks good.

Joerg


Home | Main Index | Thread Index | Old Index