Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2004 18:05:47 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        ports@freebsd.org
Subject:   Re: Makefile: .if inside .for
Message-ID:  <401FB8CB.7050705@ciam.ru>
In-Reply-To: <401F2BF4.4080300@fillmore-labs.com>
References:  <401F14D6.4020201@ciam.ru> <401F2BF4.4080300@fillmore-labs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Eikemeier wrote:

> Try
> 
> .for TMACHINE in ${SHARED_ARCHS}
> .if ${MACHINE} == ${TMACHINE}
>     ...
> .endif
> .endfor
> 
> or use a shell loop.

OK. My problem was I use a constant to compare.
Thank you anyway!

-- 
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401FB8CB.7050705>