caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Nicolas Pouillard" <nicolas.pouillard@gmail.com>
To: Eric Cooper <ecc@cmu.edu>
Cc: caml-list <caml-list@inria.fr>
Subject: Re: [Caml-list] how can I break up a long ocamlbuild _tags line?
Date: Wed, 13 Feb 2008 09:25:15 +0100	[thread overview]
Message-ID: <1202891016-sup-4652@port-ext6.ensta.fr> (raw)
In-Reply-To: <20080213034012.GA12837@stratocaster.home>

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

Excerpts from Eric Cooper's message of Wed Feb 13 04:40:12 +0100 2008:
> I currently have this line in my _tags file:
> 
>     <approx.{byte,native}>: use_unix, use_pcre, use_sha, use_syslog, use_netsys, use_netstring, use_netcgi, use_nethttpd-for-netcgi2
> 
> and it will probably get longer.  If this were a Makefile, I'd use \
> to break it across lines.  Is there any equivalent trick?

Not yet. However you can still split it that way:

<approx.{byte,native}>: use_unix, use_pcre, use_sha, use_syslog, use_netsys
<approx.{byte,native}>: use_netstring, use_netcgi, use_nethttpd-for-netcgi2

However, I add the '\' support to ocamlbuild right now.

-- 
Nicolas Pouillard aka Ertai

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 186 bytes --]

  reply	other threads:[~2008-02-13  8:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-13  3:40 Eric Cooper
2008-02-13  8:25 ` Nicolas Pouillard [this message]
2008-02-28 21:45   ` [Caml-list] " Bünzli Daniel

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=1202891016-sup-4652@port-ext6.ensta.fr \
    --to=nicolas.pouillard@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=ecc@cmu.edu \
    /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).