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 13:34:33 +0200 [thread overview]
Message-ID: <cd67f63a0705250434y2392eabbr944bc08a04cc7af4@mail.gmail.com> (raw)
In-Reply-To: <F684ABEA-C213-46EC-8AAE-E689E19F5CD4@gmail.com>
On 5/25/07, Joel Reymont <joelr1@gmail.com> wrote:
> Currently I have all the source code under src/ and invoke ocamlbuild
> like this:
>
> ocamlbuild src/topdog.cma
>
> Is there a way to skip the src and just use the following?
>
> ocamlbuild topdog.cma
>
> I do have myocamlbuild.ml and _tags.
If you want a shorter command, you can pack targets in a .itarget file.
$ cat all.itarget
src/topdog.cma
src/topdog.cmxa
...
$ ocamlbuild all.otarget
Hope this helps
--
Nicolas Pouillard
next prev parent reply other threads:[~2007-05-25 11:34 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 ` Nicolas Pouillard [this message]
2007-05-25 11:43 ` [Caml-list] " Joel Reymont
2007-05-25 12:27 ` Nicolas Pouillard
2007-05-25 11:46 ` Joel Reymont
2007-05-25 12:31 ` Nicolas Pouillard
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=cd67f63a0705250434y2392eabbr944bc08a04cc7af4@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