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

From: David Ahern
Date: Thu Sep 26 2013 - 11:14:37 EST


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 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.

Did you create a tarfile after this change, unpack it somewhere out of three and then verify perf builds?

David

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/