Re: [PATCH] tools/perf: remove non-existent entries in MANIFEST

2013-09-26 Thread Ramkumar Ramachandra
Arnaldo Carvalho de Melo wrote: > Could you please describe how it is broken? > > [acme@zoo linux]$ git branch | grep '*' > * perf/urgent > [acme@zoo linux]$ git describe > v3.12-rc1-51-gc1bf214 Oh, I meant the torvalds/linux.git master. $ git describe v3.12-rc2-83-g4b97280 $ make perf-tarb

Re: [PATCH] tools/perf: remove non-existent entries in MANIFEST

2013-09-26 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 26, 2013 at 09:18:48PM +0530, Ramkumar Ramachandra escreveu: > David Ahern wrote: > > Did you create a tarfile after this change, unpack it somewhere out of three > > and then verify perf builds? > > Yeah, it builds fine. In fact, the archive generated from the current > upstream is br

Re: [PATCH] tools/perf: remove non-existent entries in MANIFEST

2013-09-26 Thread Ramkumar Ramachandra
David Ahern wrote: > Did you create a tarfile after this change, unpack it somewhere out of three > and then verify perf builds? Yeah, it builds fine. In fact, the archive generated from the current upstream is broken. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: [PATCH] tools/perf: remove non-existent entries in MANIFEST

2013-09-26 Thread David Ahern
On 9/26/13 8:21 AM, Ramkumar Ramachandra wrote: 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 ultimatel