|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Ensure old Python files are overwritten during tools ins
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 2538f3f838dc663e3fdcc511f2bbbf4cd3d1a276
# Parent 13bbfced7b3554848a0c0bedc401f60243128563
Ensure old Python files are overwritten during tools install.
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
diff -r 13bbfced7b35 -r 2538f3f838dc tools/python/Makefile
--- a/tools/python/Makefile Wed Mar 8 10:11:53 2006
+++ b/tools/python/Makefile Wed Mar 8 10:18:39 2006
@@ -9,10 +9,10 @@
ifndef XEN_PYTHON_NATIVE_INSTALL
install: all
- CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr"
+ CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr"
--force
else
install: all
- CFLAGS="$(CFLAGS)" python setup.py install --root="$(DESTDIR)"
+ CFLAGS="$(CFLAGS)" python setup.py install --root="$(DESTDIR)" --force
endif
test:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Ensure old Python files are overwritten during tools install.,
Xen patchbot -unstable <=
|
|
|
|
|