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 |
There seems to be a small issue with using an itarget file. To wit: ocamlbuild all.otarget ... find . -name test.byte ./_build/src/test.byte There's no test.byte in the directory I'm building from. ocamlbuild src/test.byte Finished, 37 targets (37 cached) in 00:00:00. ls -la test.byte lrwxr-xr-x 1 joelr wheel 20 May 25 12:44 test.byte -> _build/src/ test.byte A link was created, unlike when using itarget. Thanks, Joel -- http://wagerlabs.com/