Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755197AbbFKTwF (ORCPT ); Thu, 11 Jun 2015 15:52:05 -0400 Received: from mail.kernel.org ([198.145.29.136]:56014 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755139AbbFKTwB (ORCPT ); Thu, 11 Jun 2015 15:52:01 -0400 Date: Thu, 11 Jun 2015 16:51:55 -0300 From: Arnaldo Carvalho de Melo To: David Ahern Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf: Update MANIFEST per files removed from kernel Message-ID: <20150611195155.GA3796@kernel.org> References: <1433526173-172332-1-git-send-email-david.ahern@oracle.com> <5579DEF4.3060007@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5579DEF4.3060007@oracle.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1743 Lines: 51 Em Thu, Jun 11, 2015 at 01:18:12PM -0600, David Ahern escreveu: > ping Sorry, will pick this one > On 6/5/15 11:42 AM, David Ahern wrote: > >Building perf out of kernel tree is currently broken because the > >MANIFEST file refers to kernel files that have been removed. With > >this patch make perf-targz-src-pkg succeeds as does building perf > >using the generated tarfile. > > > >Signed-off-by: David Ahern > >--- > > tools/perf/MANIFEST | 4 ---- > > 1 files changed, 0 insertions(+), 4 deletions(-) > > > >diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST > >index 11ccbb2..13d0458 100644 > >--- a/tools/perf/MANIFEST > >+++ b/tools/perf/MANIFEST > >@@ -28,24 +28,20 @@ include/asm-generic/bitops/const_hweight.h > > include/asm-generic/bitops/fls64.h > > include/asm-generic/bitops/__fls.h > > include/asm-generic/bitops/fls.h > >-include/linux/const.h > > include/linux/perf_event.h > > include/linux/rbtree.h > > include/linux/list.h > > include/linux/hash.h > > include/linux/stringify.h > >-lib/find_next_bit.c > > lib/hweight.c > > 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 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/