From: Hugo Ferreira <hmf@inescporto.pt>
To: Caml Mailing List <caml-list@yquem.inria.fr>
Subject: ocamlbuild missing links: using a bash script
Date: Wed, 21 Nov 2007 10:52:26 +0000 [thread overview]
Message-ID: <47440DEA.9060104@inescporto.pt> (raw)
Hello,
I have a very simple bash script that I use to
build my project using ocamlbuild. The idea is
to build modules successively and execute tests
until compilation fails, a test fails or all
modules are correctly compiled.
It goes something like this:
.................................................
#!/bin/bash
# Exit on error
set -e
ocamlbuild src/comb/tests_comb.d.byte --
ocamlbuild -lib unix src/uf/bench.d.byte --
.................................................
I have noticed however that the build (if
successful) only retains the last symbolic
link to the compiled artefacts.
My questions are:
1. Is the above behaviour intended?
2. If so how can I keep all resulting links
TIA,
Hugo F.
next reply other threads:[~2007-11-21 10:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-21 10:52 Hugo Ferreira [this message]
2007-11-21 11:19 ` [Caml-list] " Nicolas Pouillard
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=47440DEA.9060104@inescporto.pt \
--to=hmf@inescporto.pt \
--cc=caml-list@yquem.inria.fr \
/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