[csw-devel] SF.net SVN: gar:[21956] csw/mgar/pkg/samba/branches/samba3/Makefile

Laurent Blume laurent at opencsw.org
Wed Sep 18 11:53:25 CEST 2013


On 17/09/13 11:00, Dagobert Michelsen wrote:
> I suggest using
>
> GARCOMPILER_5.9 = SOS12
> GARCOMPILER_5.10 = SOS12U3
> GARCOMPILER_5.11 = SOS12U3
> GARCOMPILER = $(GARCOMPILER_$(GAROSREL))
>
> or
>
> GARCOMPILER_5.9 = SOS12
> GARCOMPILER = $(or $(GARCOMPILER_$(GAROSREL)),SOS12U3)
>
> uname -r is already in GAROSREL.

That's what I tried first, but it did not work. Looking around, the if 
way is the only one I found.

Laurent



More information about the devel mailing list