Browse thread
ocamlbuild: inconsistent globbing?
-
Hugo Ferreira
- Hugo Ferreira
-
Nicolas Pouillard
- Hugo Ferreira
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Hugo Ferreira <hmf@i...> |
| Subject: | Re: [Caml-list] ocamlbuild: inconsistent globbing? |
Nicolas Pouillard wrote:
> Excerpts from Hugo Ferreira's message of Fri Nov 14 09:12:44 +0100 2008:
>> Hello,
>...
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?
>
> "..." are for constants and <...> are for globbings.
>
> So "src/ml_cudd.{d.byte,p.native}" should be written
> <src/ml_cudd.{d.byte,p.native}>
>
Thank you.
H,.F.
> Best regards,
>