|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] libxl: run libxlgentypes with $(PYTHON)
# HG changeset patch
# User Christoph Egger <Christoph.Egger@xxxxxxx>
# Date 1283273511 -3600
# Node ID 2d30f5845cb2310c0acb3620b23912e6fbad1b37
# Parent 32c9a19ac98beccea97dc33667a032dfec7bed86
libxl: run libxlgentypes with $(PYTHON)
Attached patch fixes libxl build that broke in
changeset 22032:fa82b0540e8c.
It is common these days to use $(PYTHON) in the build system.
Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/libxl/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 32c9a19ac98b -r 2d30f5845cb2 tools/libxl/Makefile
--- a/tools/libxl/Makefile Mon Aug 30 14:59:12 2010 +0100
+++ b/tools/libxl/Makefile Tue Aug 31 17:51:51 2010 +0100
@@ -66,7 +66,7 @@ libxl.h: _libxl_types.h
$(LIBXL_OBJS:%.o=%.c) $(LIBXLU_OBJS:%.o=%.c) $(XL_OBJS:%.o=%.c): libxl.h
_libxl_types.h _libxl_types.c: libxl.idl gentypes.py libxltypes.py
- python gentypes.py libxl.idl __libxl_types.h __libxl_types.c
+ $(PYTHON) gentypes.py libxl.idl __libxl_types.h __libxl_types.c
mv __libxl_types.h _libxl_types.h
mv __libxl_types.c _libxl_types.c
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] libxl: run libxlgentypes with $(PYTHON),
Xen patchbot-unstable <=
|
|
|
|
|