|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] blktap2: Makefiles: delete symlinks and d
# HG changeset patch
# User Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
# Date 1288262657 -3600
# Node ID 94c6c51d2e051ff0bc6a002e7077482fec519dc6
# Parent 31b8844fab99e0e3358e983b9a7b6617148045b3
blktap2: Makefiles: delete symlinks and deps during make clean
Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/blktap2/control/Makefile | 1 +
tools/blktap2/drivers/Makefile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff -r 31b8844fab99 -r 94c6c51d2e05 tools/blktap2/control/Makefile
--- a/tools/blktap2/control/Makefile Thu Oct 28 11:40:32 2010 +0100
+++ b/tools/blktap2/control/Makefile Thu Oct 28 11:44:17 2010 +0100
@@ -73,6 +73,7 @@ install: $(IBIN) $(LIB_STATIC) $(LIB_SHA
clean:
rm -f $(OBJS) $(PICS) $(DEPS) $(IBIN) $(LIB_STATIC) $(LIB_SHARED)
+ rm -f $(LIBNAME).so $(LIBSONAME)
rm -f *~
.PHONY: all build clean install
diff -r 31b8844fab99 -r 94c6c51d2e05 tools/blktap2/drivers/Makefile
--- a/tools/blktap2/drivers/Makefile Thu Oct 28 11:40:32 2010 +0100
+++ b/tools/blktap2/drivers/Makefile Thu Oct 28 11:44:17 2010 +0100
@@ -118,6 +118,6 @@ install: all
$(INSTALL_PROG) $(IBIN) $(LOCK_UTIL) $(QCOW_UTIL) $(DESTDIR)$(INST_DIR)
clean:
- rm -rf *.o *~ xen TAGS $(IBIN) $(LIB) $(LOCK_UTIL) $(QCOW_UTIL)
+ rm -rf .*.d *.o *~ xen TAGS $(IBIN) $(LIB) $(LOCK_UTIL) $(QCOW_UTIL)
.PHONY: clean install
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] blktap2: Makefiles: delete symlinks and deps during make clean,
Xen patchbot-unstable <=
|
|
|
|
|