[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1380205304-32224-1-git-send-email-artagnon@gmail.com>
Date: Thu, 26 Sep 2013 19:51:44 +0530
From: Ramkumar Ramachandra <artagnon@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: David Ahern <dsahern@...il.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Paul Mackerras <paulus@...ba.org>,
Ingo Molnar <mingo@...hat.com>
Subject: [PATCH] tools/perf: remove non-existent entries in MANIFEST
The MANIFEST file is used in the following Makefile targets:
$ make tar{,gz,bz2,xz}-src-pkg
to generate an archive that can be used outside the kernel tree. It
contains entries that are used for pathspec filtering 'git archive',
which ultimately generates the archive. Remove the stale
entries (non-existent paths) by running:
$ while read l; do file $l; done <tools/perf/MANIFEST | grep ERROR
in the toplevel kernel tree.
Cc: David Ahern <dsahern@...il.com>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Ingo Molnar <mingo@...hat.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@...il.com>
---
Thanks to David for pointing out that the MANIFEST is used by
scripts/package. This patch safely removes the stale entries.
tools/perf/MANIFEST | 8 --------
1 file changed, 8 deletions(-)
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 025de79..9c85dee 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -2,7 +2,6 @@ tools/perf
tools/scripts
tools/lib/traceevent
tools/lib/lk
-include/linux/const.h
include/linux/perf_event.h
include/linux/rbtree.h
include/linux/list.h
@@ -10,14 +9,7 @@ include/linux/hash.h
include/linux/stringify.h
lib/rbtree.c
include/linux/swab.h
-arch/*/include/asm/unistd*.h
-arch/*/include/asm/perf_regs.h
-arch/*/include/uapi/asm/unistd*.h
-arch/*/include/uapi/asm/perf_regs.h
-arch/*/lib/memcpy*.S
-arch/*/lib/memset*.S
include/linux/poison.h
-include/linux/magic.h
include/linux/hw_breakpoint.h
include/linux/rbtree_augmented.h
include/uapi/linux/perf_event.h
--
1.8.4.299.gb3e7d24.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists