From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] Rebuild python extensions if depends have changed
Date: Fri, 26 Nov 2010 06:57:00 +0100 [thread overview]
Message-ID: <4CEF4C2C.5030101@ts.fujitsu.com> (raw)
In-Reply-To: <19694.47497.324472.580299@mariner.uk.xensource.com>
On 11/25/10 20:31, Ian Jackson wrote:
> Juergen Gross writes ("[Xen-devel] [PATCH] Rebuild python extensions if depends have changed"):
>> Adds depends information for building python extensions.
>> The extensions depend on the library binaries they are using.
>
> Can you explain what the impact of this patch is, for those of us who
> don't understand Python very well ?
Sure.
The python extensions are not built via make, but with help of a python
tool. Up to now no depends have been defined, which will lead to possible
problems: changing a xen library which is used by the python extensions does
not necessarily result in rebuilding the extensions.
My patch defines the libraries used by the extensions as dependencies.
Changing a library will result in a rebuild of the using extensions.
Juergen
--
Juergen Gross Principal Developer Operating Systems
TSP ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions e-mail: juergen.gross@ts.fujitsu.com
Domagkstr. 28 Internet: ts.fujitsu.com
D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html
next prev parent reply other threads:[~2010-11-26 5:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-24 14:34 [PATCH] Rebuild python extensions if depends have changed Juergen Gross
2010-11-25 19:31 ` Ian Jackson
2010-11-26 5:57 ` Juergen Gross [this message]
2010-12-10 18:13 ` Ian Jackson
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=4CEF4C2C.5030101@ts.fujitsu.com \
--to=juergen.gross@ts.fujitsu.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.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 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.