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

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to