From c6f858a31a69f983fe9bd13bd0cacc10ae8d3c52 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 5 Sep 2020 22:43:19 +0200 Subject: [PATCH] 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 --- tools/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2