caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Nicolas Pouillard" <nicolas.pouillard@gmail.com>
To: "Joel Reymont" <joelr1@gmail.com>
Cc: "OCaml List" <caml-list@inria.fr>
Subject: Re: [Caml-list] ocamlbuild and subdirectories
Date: Fri, 25 May 2007 14:31:26 +0200	[thread overview]
Message-ID: <cd67f63a0705250531n1b24aa4cqaf1d77cd795f5d26@mail.gmail.com> (raw)
In-Reply-To: <9FC11BE4-B44A-4949-8E2C-7689818F5589@gmail.com>

On 5/25/07, Joel Reymont <joelr1@gmail.com> wrote:
> 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.
>

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.

-- 
Nicolas Pouillard


  reply	other threads:[~2007-05-25 12:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-25 11:20 Joel Reymont
2007-05-25 11:34 ` [Caml-list] " Nicolas Pouillard
2007-05-25 11:43   ` Joel Reymont
2007-05-25 12:27     ` Nicolas Pouillard
2007-05-25 11:46   ` Joel Reymont
2007-05-25 12:31     ` Nicolas Pouillard [this message]
2007-05-25 12:35       ` Joel Reymont
2007-05-25 12:47         ` Nicolas Pouillard
2007-05-25 12:49           ` Joel Reymont
2007-05-25 14:34       ` Daniel Bünzli
2007-05-25 16:59         ` Nicolas Pouillard
2007-05-26 12:36           ` Daniel Bünzli

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=cd67f63a0705250531n1b24aa4cqaf1d77cd795f5d26@mail.gmail.com \
    --to=nicolas.pouillard@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=joelr1@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).