xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/blktap2: fix 'make clean'
@ 2012-04-05 10:25 Tim Deegan
  2012-04-05 10:40 ` Ian Campbell
  2012-04-12  8:02 ` Tim Deegan
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Deegan @ 2012-04-05 10:25 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Stefano Stabellini

# HG changeset patch
# User Tim Deegan <tim@xen.org>
# Date 1333621466 -3600
# Node ID 4b6bf18b6790e3713ddc4fdc1d63e54b4635c57b
# Parent  d690c7e896a26c54a5ab85458824059de72d5cba
tools/blktap2: fix 'make clean'

Signed-off-by: Tim Deegan <tim@xen.org>

diff -r d690c7e896a2 -r 4b6bf18b6790 tools/blktap2/lvm/Makefile
--- a/tools/blktap2/lvm/Makefile	Thu Apr 05 11:06:03 2012 +0100
+++ b/tools/blktap2/lvm/Makefile	Thu Apr 05 11:24:26 2012 +0100
@@ -27,7 +27,7 @@ lvm-util: lvm-util.o
 	$(CC) -DLVM_UTIL $(LDFLAGS) -o lvm-util lvm-util.c
 
 clean:
-	rm -rf *.o *~ $(DEPS) $(IBIN)
+	rm -rf *.o *.opic *~ $(DEPS) $(IBIN)
 
 .PHONY: all build clean install lvm-util

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-12 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 10:25 [PATCH] tools/blktap2: fix 'make clean' Tim Deegan
2012-04-05 10:40 ` Ian Campbell
2012-04-12 11:14   ` Ian Jackson
2012-04-12  8:02 ` Tim Deegan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).