|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [LIBXC] clean specified files instead of
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID 9d4fa3cf4481af4fe850170e1c09d55ad7e1a8b7
# Parent 108c05a9f706e815e109c57c5d2f3e82274a8087
[LIBXC] clean specified files instead of wildcarding
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
tools/libxc/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff -r 108c05a9f706 -r 9d4fa3cf4481 tools/libxc/Makefile
--- a/tools/libxc/Makefile Thu Aug 10 10:52:46 2006 +0100
+++ b/tools/libxc/Makefile Thu Aug 10 10:55:54 2006 +0100
@@ -99,8 +99,9 @@ TAGS:
.PHONY: clean
clean:
- rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen
- rm -rf ia64/*.o ia64/*.opic
+ rm -rf *.rpm $(LIB) *~ $(DEPS) xen \
+ $(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \
+ $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS)
.PHONY: rpm
rpm: build
_______________________________________________
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] [LIBXC] clean specified files instead of wildcarding,
Xen patchbot-unstable <=
|
|
|
|
|