|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [LIBXC] clean specified files instead of wild
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID fbf4e91468b00b4343e35ac899fd55c1099dd328
# Parent aed85530f3c224821ff3f2b8e4631e56a754729a
[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 aed85530f3c2 -r fbf4e91468b0 tools/libxc/Makefile
--- a/tools/libxc/Makefile Tue Aug 08 18:37:46 2006 -0500
+++ b/tools/libxc/Makefile Tue Aug 08 18:54:01 2006 -0500
@@ -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-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] [LIBXC] clean specified files instead of wildcarding,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|