|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Patch [0/4] Debian-2.0.5-1 00-index
Name: python-install.patch
Description: Use --root instead of --home
--home causes python's distutils to install into /usr/lib/python/, while
--root causes it to install into /usr/lib/python$ver/site-packages, which
is the more correct location.
Signed-off-by: Adam Heath <doogie@xxxxxxxxxxxxx>
DiffStat:
tools/python/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Name: add-build.patch
Depends: python-install.patch
Description: add build targets
Add build targets to all makefiles. Debian does builds as non-root, so
it's better to do as much as possible before requiring root privs.
Signed-off-by: Adam Heath <doogie@xxxxxxxxxxxxx>
DiffStat:
Makefile | 5 +++++
docs/Makefile | 3 ++-
tools/Makefile | 18 +++++++++---------
tools/examples/Makefile | 1 +
tools/libxc/Makefile | 7 ++++---
tools/libxutil/Makefile | 5 +++--
tools/misc/Makefile | 5 +++--
tools/python/Makefile | 3 ++-
tools/xentrace/Makefile | 5 +++--
tools/xfrd/Makefile | 3 ++-
xen/Makefile | 7 ++++---
11 files changed, 38 insertions(+), 24 deletions(-)
Name: non-xen-init-exit.patch
Description: exit if not running on a xen dom0 kernel.
If /proc/xen/privcmd doesn't exist, then exit successfully. This allows
for dual-boot setups, and installing xen before rebooting into a real
xen kernel.
DiffStat:
tools/examples/init.d/xend | 4 ++++
tools/examples/init.d/xendomains | 4 ++++
2 files changed, 8 insertions(+)
Name: disable-html-docs.patch
Depends: add-build.patch
Description: disable html docs, as they use non-free tools.
Building the html docs requires latex2html, which is non-free. Disabling
them allows for xen to be uploaded to main.
.
This is not a big deal, as ps and pdf forms of the documentation are
still included.
Signed-off-by: Adam Heath <doogie@xxxxxxxxxxxxx>
DiffStat:
docs/Makefile | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|