> <a
> href=http://cr.opensolaris.org/~lw202042/smartmontools
> />code review for smartmontools</a>

Hi Simon,

On line 32 of your Makefile.sfw you are resetting the existing SFW_PATH 
environment.

 32 SFW_PATH="$(SPRO_VROOT)/bin:/usr/perl5/bin:/usr/sfw/bin:$(PATH)"

I think you will want to use

32 SFW_PATH="$(SPRO_VROOT)/bin:/usr/perl5/bin:/usr/sfw/bin:$(PATH):$(SFW_PATH)"

so you are adding to it instead.

thanks
Charles
 
 
This message posted from opensolaris.org

Reply via email to