From: tip-bot for Don Zickus <dzickus@redhat.com>
To: linux-tip-commits@vger.kernel.org
Cc: acme@redhat.com, linux-kernel@vger.kernel.org, hpa@zytor.com,
mingo@redhat.com, tglx@linutronix.de, mingo@elte.hu,
dzickus@redhat.com
Subject: [tip:perf/core] perf packaging: add memcpy to perf MANIFEST
Date: Wed, 1 Dec 2010 09:13:55 GMT [thread overview]
Message-ID: <tip-3e8e24f2fc66d32eb0e570e4117dfd05227047e6@git.kernel.org> (raw)
In-Reply-To: <1291155133-3499-2-git-send-email-dzickus@redhat.com>
Commit-ID: 3e8e24f2fc66d32eb0e570e4117dfd05227047e6
Gitweb: http://git.kernel.org/tip/3e8e24f2fc66d32eb0e570e4117dfd05227047e6
Author: Don Zickus <dzickus@redhat.com>
AuthorDate: Tue, 30 Nov 2010 17:12:13 -0500
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 30 Nov 2010 23:00:10 -0200
perf packaging: add memcpy to perf MANIFEST
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.
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <1291155133-3499-2-git-send-email-dzickus@redhat.com>
Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@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
next prev parent reply other threads:[~2010-12-01 9:14 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 ` [PATCH 2/2] perf: add memcpy to perf packaging Don Zickus
2010-12-01 1:06 ` Arnaldo Carvalho de Melo
2010-12-01 9:13 ` tip-bot for Don Zickus [this message]
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=tip-3e8e24f2fc66d32eb0e570e4117dfd05227047e6@git.kernel.org \
--to=dzickus@redhat.com \
--cc=acme@redhat.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/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.