Makefile: .if inside .for

Sergey Matveychuk sem at ciam.ru
Tue Feb 3 07:13:46 PST 2004


Oliver Eikemeier wrote:

> Try
> 
> .for TMACHINE in ${SHARED_ARCHS}
> .if ${MACHINE} == ${TMACHINE}
>     ...
> .endif
> .endfor

Yes! It's really works!

-- 
Sem.


More information about the freebsd-ports mailing list