From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: [PATCH] Makefile uninstall not to remove libxutil Date: Sat, 28 May 2005 11:01:57 +0900 Message-ID: <9cde8bff05052719016bf93bf0@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org libxutil is not build and installed by default, so "Makefile uninstall" will not try to remove it. This patch is against -unstable, ChangeSet@1.1575 Signed-off-by: Nguyen Anh Quynh =3D=3D=3D=3D=3D Makefile 1.94 vs edited =3D=3D=3D=3D=3D --- 1.94/Makefile 2005-05-25 03:54:03 +09:00 +++ edited/Makefile 2005-05-28 02:09:46 +09:00 @@ -160,7 +160,7 @@ uninstall: [ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen $(D)/etc/xen.old-$(date += %s) rm -rf $(D)/etc/init.d/xend* - rm -rf $(D)/usr/$(LIBDIR)/libxc* $(D)/usr/$(LIBDIR)/libxutil* + rm -rf $(D)/usr/$(LIBDIR)/libxc* rm -rf $(D)/usr/$(LIBDIR)/python/xen $(D)/usr/include/xen rm -rf $(D)/usr/include/xcs_proto.h $(D)/usr/include/xc.h rm -rf $(D)/usr/sbin/xcs $(D)/usr/sbin/xcsdump $(D)/usr/sbin/xen*