From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Anil Madhavapeddy <anil@recoil.org>
Cc: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
Vincent Bernardoff <vb@luminar.eu.org>
Subject: Re: ocaml bindings
Date: Fri, 5 Apr 2013 20:13:21 +0100 [thread overview]
Message-ID: <515F2251.9030203@citrix.com> (raw)
In-Reply-To: <BDC51EF7-3D40-4A28-96DE-047BBE25AE4A@recoil.org>
On 05/04/13 20:05, Anil Madhavapeddy wrote:
> On 5 Apr 2013, at 11:19, Vincent Bernardoff <vb@luminar.eu.org> wrote:
>
>> Hi there.
>>
>> Please try applying this patch (and only this patch) on top of Xen (4.2 or unstable).
>> It should fix all the OCaml issues.
>>
>> Please give me feedback if possible.
>>
> --- a/tools/ocaml/common.make
> +++ b/tools/ocaml/common.make
> @@ -15,7 +15,7 @@ OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^ *\(-g\) .*/\1/p')
> OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-error F
> OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
>
> -VERSION := 4.1
> +VERSION := 4.3
>
> This shouldn't really be hardcoded here; isn't there XEN_VERSION or something from the main Makefile's that'll stop this getting out of sync all the time?
>
> -anil
There are several places like this in the build system. The docs
directory is another location which comes to mind.
XEN_VERSION is defined in the Xen root makefile, and there is a .PHONY
target called xenversion to get at it.
I did submit a patch ages ago but it got nowhere (and now I cant seem to
find the email in the archives) I will see if I still have the patch
lying around
~Andrew
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-04-05 19:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-03 17:03 ocaml bindings AL13N
2013-04-03 17:12 ` Andrew Cooper
2013-04-03 18:18 ` AL13N
2013-04-03 19:24 ` AL13N
2013-04-03 19:36 ` Andrew Cooper
2013-04-03 20:24 ` AL13N
2013-04-03 20:33 ` Andrew Cooper
2013-04-03 21:10 ` AL13N
2013-04-04 14:45 ` Jon Ludlam
2013-04-04 18:40 ` AL13N
2013-04-05 18:19 ` Vincent Bernardoff
2013-04-05 19:05 ` Anil Madhavapeddy
2013-04-05 19:13 ` Andrew Cooper [this message]
2013-04-08 15:57 ` ocaml bindings [and 1 more messages] Ian Jackson
2013-04-08 21:14 ` AL13N
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=515F2251.9030203@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=anil@recoil.org \
--cc=vb@luminar.eu.org \
--cc=xen-devel@lists.xen.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.