From: Hugo Ferreira <hmf@inescporto.pt>
To: caml-list@inria.fr
Subject: ocamlbuild: inconsistent globbing?
Date: Fri, 14 Nov 2008 08:12:44 +0000 [thread overview]
Message-ID: <491D32FC.5090009@inescporto.pt> (raw)
Hello,
I recently altered my project's _tag file
to include the compilation of a native version
of an application so:
true: use_menhir, debug, profile
<cudd/**>: not_hygienic
<gmp/**>: not_hygienic
"src/ml_cudd.{d.byte,d.native}": use_cudd, use_gmp, use_bigarray
However this did not work. I had to change this to:
true: use_menhir, debug, profile
<cudd/**>: not_hygienic
<gmp/**>: not_hygienic
"src/ml_cudd.d.byte": use_cudd, use_gmp, use_bigarray
"src/ml_cudd.p.native": use_cudd, use_gmp, use_bigarray
Isn't
"src/ml_cudd.{d.byte,d.native}"
equivalent to:
"src/ml_cudd.d.byte": use_cudd, use_gmp, use_bigarray
"src/ml_cudd.p.native": use_cudd, use_gmp, use_bigarray
If not, why?
TIA,
Hugo F.
next reply other threads:[~2008-11-14 8:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-14 8:12 Hugo Ferreira [this message]
2008-11-14 8:38 ` [Caml-list] " Hugo Ferreira
2008-11-15 11:16 ` Nicolas Pouillard
2008-11-15 14:29 ` Hugo Ferreira
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=491D32FC.5090009@inescporto.pt \
--to=hmf@inescporto.pt \
--cc=caml-list@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