|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] I find at present "make uninstall" won't remove all inst
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 7733176cc821cf88e260bb18526b17b28575c8d9
# Parent 68e13a9a9b1cf2013f5b42d25e8272f50472631e
I find at present "make uninstall" won't remove all installed files, for
example: /usr/libexec/xen/xc_restore. This may cause potential unclean
environment.
This patch add more lines in uninstall to remove all installed files by
"make uninstall".
Signed-off-by: Yongkang You <yongkang.you@xxxxxxxxx>
diff -r 68e13a9a9b1c -r 7733176cc821 Makefile
--- a/Makefile Sat Aug 20 09:36:15 2005
+++ b/Makefile Sat Aug 20 09:38:32 2005
@@ -172,6 +172,12 @@
rm -rf $(D)/usr/bin/xen* $(D)/usr/bin/miniterm
rm -rf $(D)/boot/*xen*
rm -rf $(D)/lib/modules/*xen*
+ rm -rf $(D)/usr/bin/cpuperf-perfcntr $(D)/usr/bin/cpuperf-xen
+ rm -rf $(D)/usr/bin/xc_shadow
+ rm -rf $(D)/usr/share/xen $(D)/usr/libexec/xen
+ rm -rf $(D)/usr/share/man/man1/xen*
+ rm -rf $(D)/usr/share/man/man8/xen*
+ rm -rf $(D)/usr/lib/xen
# Legacy targets for compatibility
linux24:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] I find at present "make uninstall" won't remove all installed files, for,
Xen patchbot -unstable <=
|
|
|
|
|