|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] tools: remove some .o and binary files on
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1301596527 -3600
# Node ID 2f588e3f38df495c72058301505f5bd9c723aedf
# Parent e3d4c34b14a3112481b5e86ff2406cd1bb5e1548
tools: remove some .o and binary files on clean
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
diff -r e3d4c34b14a3 -r 2f588e3f38df tools/xenmon/Makefile
--- a/tools/xenmon/Makefile Thu Mar 31 19:34:56 2011 +0100
+++ b/tools/xenmon/Makefile Thu Mar 31 19:35:27 2011 +0100
@@ -36,7 +36,9 @@
.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)
diff -r e3d4c34b14a3 -r 2f588e3f38df tools/xenpmd/Makefile
--- a/tools/xenpmd/Makefile Thu Mar 31 19:34:56 2011 +0100
+++ b/tools/xenpmd/Makefile Thu Mar 31 19:35:27 2011 +0100
@@ -16,7 +16,7 @@
.PHONY: clean
clean:
- $(RM) -f xenpmd $(DEPS)
+ $(RM) -f xenpmd xenpmd.o $(DEPS)
xenpmd: xenpmd.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
_______________________________________________
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] tools: remove some .o and binary files on clean,
Xen patchbot-unstable <=
|
|
|
|
|