xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH] tools: remove some .o and binary files on clean
Date: Wed, 23 Mar 2011 16:49:47 +0000	[thread overview]
Message-ID: <d7d3aabffa1b70955ba3.1300898987@localhost.localdomain> (raw)

# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1300898687 0
# Node ID d7d3aabffa1b70955ba347cfbe3869b9461374ee
# Parent  185126e8a8137b273b2d65c368f0836d8c6e461d
tools: remove some .o and binary files on clean

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

diff -r 185126e8a813 -r d7d3aabffa1b tools/xenmon/Makefile
--- a/tools/xenmon/Makefile	Wed Mar 23 16:30:00 2011 +0000
+++ b/tools/xenmon/Makefile	Wed Mar 23 16:44:47 2011 +0000
@@ -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 185126e8a813 -r d7d3aabffa1b tools/xenpmd/Makefile
--- a/tools/xenpmd/Makefile	Wed Mar 23 16:30:00 2011 +0000
+++ b/tools/xenpmd/Makefile	Wed Mar 23 16:44:47 2011 +0000
@@ -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)

             reply	other threads:[~2011-03-23 16:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 16:49 Ian Campbell [this message]
2011-03-31 17:52 ` [PATCH] tools: remove some .o and binary files on clean Ian Jackson
2011-04-01 10:26   ` Ian Campbell

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=d7d3aabffa1b70955ba3.1300898987@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).