caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocamlbuild: inconsistent globbing?
@ 2008-11-14  8:12 Hugo Ferreira
  2008-11-14  8:38 ` [Caml-list] " Hugo Ferreira
  2008-11-15 11:16 ` Nicolas Pouillard
  0 siblings, 2 replies; 4+ messages in thread
From: Hugo Ferreira @ 2008-11-14  8:12 UTC (permalink / raw)
  To: caml-list

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-15 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-14  8:12 ocamlbuild: inconsistent globbing? Hugo Ferreira
2008-11-14  8:38 ` [Caml-list] " Hugo Ferreira
2008-11-15 11:16 ` Nicolas Pouillard
2008-11-15 14:29   ` Hugo Ferreira

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).