From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE55AC04A6B for ; Fri, 10 May 2019 20:11:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 88D8B2182B for ; Fri, 10 May 2019 20:11:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728037AbfEJULx (ORCPT ); Fri, 10 May 2019 16:11:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:60536 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727676AbfEJULw (ORCPT ); Fri, 10 May 2019 16:11:52 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B4B04217F9; Fri, 10 May 2019 20:11:51 +0000 (UTC) Date: Fri, 10 May 2019 16:11:50 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-devel@vger.kernel.org Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Jiri Olsa , Namhyung Kim , Andrew Morton , Tzvetomir Stoyanov , Arnaldo Carvalho de Melo Subject: Re: [PATCH 01/27] tools lib traceevent: Remove hard coded install paths from pkg-config file Message-ID: <20190510161150.20be7f1e@gandalf.local.home> In-Reply-To: <20190510200105.966709757@goodmis.org> References: <20190510195606.537643615@goodmis.org> <20190510200105.966709757@goodmis.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-trace-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On Fri, 10 May 2019 15:56:07 -0400 Steven Rostedt wrote: > From: Tzvetomir Stoyanov > > Install directories of header and library files are hard coded in > pkg-config template file. > > They must be configurable, the Makefile should set them on the > compilation / install stage. > > Signed-off-by: Tzvetomir Stoyanov > Cc: Jiri Olsa > Link: http://lkml.kernel.org/r/20190418211556.5a12adc3@oasis.local.home > Link: http://lkml.kernel.org/r/20190329144546.5819-1-tstoyanov@vmware.com > Signed-off-by: Steven Rostedt (VMware) > Signed-off-by: Arnaldo Carvalho de Melo Bah! I based my patch series off of the wrong commit, and ended up including this one in this series. Arnaldo, I believe you already applied patch 1 (otherwise I would not have your SOB on it), please ignore. But patch 2 on are new to be applied. Thanks! -- Steve > --- > tools/lib/traceevent/Makefile | 13 +++++++++---- > tools/lib/traceevent/libtraceevent.pc.template | 4 ++-- > 2 files changed, 11 insertions(+), 6 deletions(-)