WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] [PATCH]Remove all installed files by "make uninstall"

To: "You, Yongkang" <yongkang.you@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH]Remove all installed files by "make uninstall"
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Sat, 20 Aug 2005 09:14:49 +0100
Delivery-date: Sat, 20 Aug 2005 08:16:04 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWlLU69Z79SRkxwQpGbUS8Fp+GSJgAMZgtw
Thread-topic: [Xen-devel] [PATCH]Remove all installed files by "make uninstall"
> 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". Don't know if this patch 
> is acceptable.

Yep, definitely useful.

Anthony, please could you incorporate this into the tools directory
cleanup and prefix patch I think you signed up for?

I think it's a good idea if make uninstall has a go at cleaning up all
our droppings from previous version.

Thanks,
Ian
 
> Yongkang You
> 
> Signed-off-by: Yongkang You <yongkang.you@xxxxxxxxx> diffstat 
> Makefile.patch:
>  Makefile |    6 ++++++
>  1 files changed, 6 insertions(+)
> 
> --- a/Makefile  2005-08-19 10:28:13.000000000 +0800
> +++ b/Makefile  2005-08-19 19:02:50.000000000 +0800
> @@ -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 $(D)/usr/bin/lomount
> +       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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>