From: Don Zickus <dzickus@redhat.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: acme@redhat.com, LKML <linux-kernel@vger.kernel.org>,
Don Zickus <dzickus@redhat.com>
Subject: [PATCH 2/2] perf: add memcpy to perf packaging
Date: Tue, 30 Nov 2010 17:12:13 -0500 [thread overview]
Message-ID: <1291155133-3499-2-git-send-email-dzickus@redhat.com> (raw)
In-Reply-To: <1291155133-3499-1-git-send-email-dzickus@redhat.com>
There seems to be a new dependency on arch/*/lib/memcpy*.S when compiling
the perf tool. Make sure that file is included in the MANIFEST when
creating the tarball.
Signed-off-by: Don Zickus <dzickus@redhat.com>
---
tools/perf/MANIFEST | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 8c7fc0c..c12659d 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -7,6 +7,7 @@ include/linux/stringify.h
lib/rbtree.c
include/linux/swab.h
arch/*/include/asm/unistd*.h
+arch/*/lib/memcpy*.S
include/linux/poison.h
include/linux/magic.h
include/linux/hw_breakpoint.h
--
1.7.3.2
next prev parent reply other threads:[~2010-11-30 22:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-30 22:12 [PATCH 1/2] perf: remove dep on -lelf during libaudit check Don Zickus
2010-11-30 22:12 ` Don Zickus [this message]
2010-12-01 1:06 ` [PATCH 2/2] perf: add memcpy to perf packaging Arnaldo Carvalho de Melo
2010-12-01 9:13 ` [tip:perf/core] perf packaging: add memcpy to perf MANIFEST tip-bot for Don Zickus
2010-12-01 1:08 ` [PATCH 1/2] perf: remove dep on -lelf during libaudit check Arnaldo Carvalho de Melo
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=1291155133-3499-2-git-send-email-dzickus@redhat.com \
--to=dzickus@redhat.com \
--cc=acme@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.