automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Conditonnal


From: Alexandre Oliva
Subject: Re: Conditonnal
Date: 11 Feb 2001 17:01:10 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Feb 10, 2001, "Tim Van Holder" <address@hidden> 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                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]