Browse thread
ocamlbuild and subdirectories
[
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: | Joel Reymont <joelr1@g...> |
| Subject: | Re: [Caml-list] ocamlbuild and subdirectories |
On May 25, 2007, at 1:31 PM, Nicolas Pouillard wrote: > Yes our system to move things out of the build is really partial > (since we still don't what a good way will be). I often use a shell > script to install things, or start it directly from the build. The issue is that if I put src/test.byte in all.itarget then no link test.byte -> _build/src/test.byte is created for me. If I run ocamlbuild src/test.byte then the link is created. A bug perhaps? Thanks, Joel -- http://wagerlabs.com/