caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Daniel Bünzli" <daniel.buenzli@erratique.ch>
To: OCaml List <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] ocamlbuild & deps
Date: Mon, 2 Mar 2009 14:43:39 +0100	[thread overview]
Message-ID: <BCAA1921-5C03-4100-A366-E46043C1E3A2@erratique.ch> (raw)
In-Reply-To: <C516755E-F498-47D5-AF02-995133D69DC9@erratique.ch>

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]


Nicolas told me that the actual order for static dependencies in that  
example would also be that one :

> (((B1 || B2); B) || ((C1 || C2); C)); A

However he points out that there's still a difference between static  
and dynamic dependencies : static dependencies can control the way  
rules are selected. If two rules can build a target but the first rule  
has a static dependency that cannot be built then the second rule will  
be tried. Dynamic dependencies cannot do that since once a rule is  
invoked it is considered to be definitively selected.

Best,

Daniel


[-- Attachment #2: Type: text/html, Size: 898 bytes --]

      reply	other threads:[~2009-03-02 13:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-20 14:01 Daniel Bünzli
2009-02-20 15:39 ` [Caml-list] " Romain Bardou
2009-02-20 16:31   ` Daniel Bünzli
2009-02-21 18:53     ` Romain Bardou
2009-02-21 20:19       ` Daniel Bünzli
2009-02-21 20:23         ` Daniel Bünzli
2009-02-26 13:04         ` Daniel Bünzli
2009-03-02 13:43           ` Daniel Bünzli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BCAA1921-5C03-4100-A366-E46043C1E3A2@erratique.ch \
    --to=daniel.buenzli@erratique.ch \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).