aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-31 19:35:27 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-03-31 19:35:27 +0100
commit8bcc02e02a5d57b9435ef44716e376c9a7e45736 (patch)
treecbe438254581bb5ca147be0831d1b2f67958c02b /tools/xenmon
parent9ac650d825b140cbd1c2eac378ccdd7b3c52c86e (diff)
downloadxen-8bcc02e02a5d57b9435ef44716e376c9a7e45736.tar.gz
xen-8bcc02e02a5d57b9435ef44716e376c9a7e45736.tar.bz2
xen-8bcc02e02a5d57b9435ef44716e376c9a7e45736.zip
tools: remove some .o and binary files on clean
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenmon')
-rw-r--r--tools/xenmon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
index ffbad56d3b..fe89887608 100644
--- a/tools/xenmon/Makefile
+++ b/tools/xenmon/Makefile
@@ -36,7 +36,9 @@ install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) -f $(DEPS)
+ $(RM) -f xenbaked xenbaked.o
+ $(RM) -f xentrace_setmake setmask.o
xenbaked: xenbaked.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)