From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Wei Liu <wei.liu2@citrix.com>, Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [PATCH] tools/fuzz: remove redundant rule in x86 insn fuzzer
Date: Fri, 20 Jan 2017 10:30:43 +0000 [thread overview]
Message-ID: <1484908243-17632-1-git-send-email-wei.liu2@citrix.com> (raw)
In-Reply-To: <1484853179-8782-1-git-send-email-wei.liu2@citrix.com>
The predefined pattern rule works.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
tools/fuzz/x86_instruction_emulator/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/fuzz/x86_instruction_emulator/Makefile b/tools/fuzz/x86_instruction_emulator/Makefile
index 20431b0..1777bf6 100644
--- a/tools/fuzz/x86_instruction_emulator/Makefile
+++ b/tools/fuzz/x86_instruction_emulator/Makefile
@@ -21,8 +21,6 @@ x86_emulate.o: x86_emulate.c x86_emulate.h x86_emulate/x86_emulate.c x86_emulate
x86-insn-emulator.a: x86_emulate.o
$(AR) rc $@ $^
-x86-insn-emulator-fuzzer.o: x86-insn-emulator-fuzzer.c
-
# Common targets
.PHONY: all
all: x86-instruction-emulator-fuzzer-all
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
prev parent reply other threads:[~2017-01-20 10:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-19 19:12 [PATCH 0/2] Fix and adjustment to tools/fuzz Wei Liu
2017-01-19 19:12 ` [PATCH 1/2] tools/fuzz: fix compilation after 897129d Wei Liu
2017-01-19 19:12 ` [PATCH 2/2] tools/fuzz: make sure targets are always built Wei Liu
2017-01-20 10:30 ` Wei Liu [this message]
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=1484908243-17632-1-git-send-email-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xenproject.org \
/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).