public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/perf: remove non-existent entries in MANIFEST
@ 2013-09-26 14:21 Ramkumar Ramachandra
  2013-09-26 15:14 ` David Ahern
  0 siblings, 1 reply; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-09-26 14:21 UTC (permalink / raw)
  To: LKML
  Cc: David Ahern, Peter Zijlstra, Arnaldo Carvalho de Melo,
	Paul Mackerras, Ingo Molnar

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@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-27  2:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 14:21 [PATCH] tools/perf: remove non-existent entries in MANIFEST Ramkumar Ramachandra
2013-09-26 15:14 ` David Ahern
2013-09-26 15:48   ` Ramkumar Ramachandra
2013-09-26 16:11     ` Arnaldo Carvalho de Melo
2013-09-27  2:02       ` Ramkumar Ramachandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox