From: Hans van Kranenburg Date: Sat, 5 Sep 2020 20:43:19 +0000 (+0200) Subject: tools: don't build/ship xenmon X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fd2a5fbefd885ac6a20326a8ff89e382262b3abf;p=xen.git tools: don't build/ship xenmon This is something that hasn't been touched (except for making it Python 3 compatible, which failed) since 2007. Don't build or ship it. -# xenmon File "/usr/sbin/xenmon", line 680 stop_cmd = "/usr/bin/pkill -INT -z global xenbaked" TabError: inconsistent use of tabs and spaces in indentation Signed-off-by: Hans van Kranenburg --- diff --git a/tools/Makefile b/tools/Makefile index 757a560be0..20df64748e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,7 +16,6 @@ SUBDIRS-y += xentrace SUBDIRS-$(CONFIG_XCUTILS) += xcutils SUBDIRS-$(CONFIG_X86) += firmware SUBDIRS-y += console -SUBDIRS-y += xenmon SUBDIRS-y += xentop SUBDIRS-y += libfsimage SUBDIRS-$(CONFIG_Linux) += vchan