From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH 4 of 4] tools: remove some .o and binary files on clean
Date: Thu, 31 Mar 2011 11:57:00 +0100 [thread overview]
Message-ID: <dcc9d9a5fb46bf4f2e08.1301569020@localhost.localdomain> (raw)
In-Reply-To: <patchbomb.1301569016@localhost.localdomain>
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1301568860 -3600
# Node ID dcc9d9a5fb46bf4f2e08fcda78526b18367f8b8b
# Parent 25e25665f03db5012283e4dc5957d6aa69a30ddf
tools: remove some .o and binary files on clean
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r 25e25665f03d -r dcc9d9a5fb46 tools/xenmon/Makefile
--- a/tools/xenmon/Makefile Thu Mar 31 11:54:20 2011 +0100
+++ b/tools/xenmon/Makefile Thu Mar 31 11:54:20 2011 +0100
@@ -36,7 +36,9 @@ install: build
.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 25e25665f03d -r dcc9d9a5fb46 tools/xenpmd/Makefile
--- a/tools/xenpmd/Makefile Thu Mar 31 11:54:20 2011 +0100
+++ b/tools/xenpmd/Makefile Thu Mar 31 11:54:20 2011 +0100
@@ -16,7 +16,7 @@ install: all
.PHONY: clean
clean:
- $(RM) -f xenpmd $(DEPS)
+ $(RM) -f xenpmd xenpmd.o $(DEPS)
xenpmd: xenpmd.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
next prev parent reply other threads:[~2011-03-31 10:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-31 10:56 [PATCH 0 of 4] tools: shave build yaks (part two) Ian Campbell
2011-03-31 10:56 ` [PATCH 1 of 4] tools: Remove $(CFLAGS) from links lines Ian Campbell
2011-03-31 10:56 ` [PATCH 2 of 4] libxl: do not expose libxenctrl/libxenstore headers via libxl.h Ian Campbell
2011-03-31 18:33 ` Ian Jackson
2011-04-01 13:12 ` Ian Campbell
2011-04-01 14:03 ` Ian Campbell
2011-03-31 10:56 ` [PATCH 3 of 4] tools: remove pattern matched linking rules Ian Campbell
2011-03-31 10:57 ` Ian Campbell [this message]
2011-03-31 18:36 ` [PATCH 4 of 4] tools: remove some .o and binary files on clean Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dcc9d9a5fb46bf4f2e08.1301569020@localhost.localdomain \
--to=ian.campbell@citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).