On Feb 10, 2001, "Tim Van Holder" <[EMAIL PROTECTED]> wrote:

> foo:
>       @if test; then \
>         $(MAKE) foo-true; \
>       else \
>         $(MAKE) foo-false; \
>       fi

Yep.  But then, if foo-true and/or foo-false have dependencies in
common with other targets, parallel builds may lose.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to