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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73501C433FE for ; Thu, 17 Nov 2022 20:12:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234918AbiKQUM3 (ORCPT ); Thu, 17 Nov 2022 15:12:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232347AbiKQUM2 (ORCPT ); Thu, 17 Nov 2022 15:12:28 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 867077EBE9; Thu, 17 Nov 2022 12:12:27 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CE992B821F3; Thu, 17 Nov 2022 20:12:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 563B4C433C1; Thu, 17 Nov 2022 20:12:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668715944; bh=e56t0nc+8yUV+Q3+RwNDdQyrSxLwHO3oWil+eDUu2OQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aW4l8+bEIhdXj2ZhqjYoeuhszYj66EVOf9rvi+67SpIjx6a3fp0KXztwPzpIsQsao WQ0++A/LoX763NCRoD6DGhp+XvQLVuuLfTckbNSSeqqnDV3+fxoLoGqDvB+uQL7jM+ PHhoE6UkJGITq7zjVVehYAkRN52Y1GX7wfKNcVYLk7QYoPU3P8IaLMkUGQ0zKXQpuA dZhYQj3YGDv5xdv3Nbfe03Bq3ptmRoz/ZHH3BV5F+htFuOPwB/HLMTY5iaLXf//gdd 3Py16U5e87wF1Du96Gt1CmiQ8eEMX/KxTiE7ke21F0Gjtnl17viVdhYUc8eM+4Fnnm ZTyiqMYH1lUnA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 261D94034E; Thu, 17 Nov 2022 17:12:21 -0300 (-03) Date: Thu, 17 Nov 2022 17:12:21 -0300 From: Arnaldo Carvalho de Melo To: Andrii Nakryiko Cc: Ian Rogers , Andrii Nakryiko , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Namhyung Kim , Nicolas Schier , Masahiro Yamada , linux-kernel@vger.kernel.org, bpf@vger.kernel.org, linux-perf-users@vger.kernel.org, Stephane Eranian Subject: Re: [PATCH 0/6] Build output clean up Message-ID: References: <20221117004356.279422-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Thu, Nov 17, 2022 at 11:32:10AM -0800, Andrii Nakryiko escreveu: > On Thu, Nov 17, 2022 at 7:40 AM Arnaldo Carvalho de Melo > wrote: > > > > Em Wed, Nov 16, 2022 at 04:43:50PM -0800, Ian Rogers escreveu: > > > Reduce build spam from commands not prefixed with @. Make > > > install_headers targets distinguishable by adding in the library name > > > so: > > > INSTALL headers > > > becomes: > > > INSTALL libapi_headers > > > > > > Ian Rogers (6): > > > tools lib api: clean up install_headers > > > tools lib bpf: Avoid install_headers make warning > > > tools lib symbol: clean up build output > > > tools lib perf: Make install_headers clearer > > > tools lib subcmd: Make install_headers clearer > > > tools lib traceevent: Make install_headers clearer > > > > Andrii, are you ok with that? Can I carry this on my next (perf/core) > > branch? > > yep, lgtm. Please take it through your tree, in-kernel Makefile is not > even synced into Github, so there is no downsides in terms of libbpf > sync. > > Acked-by: Andrii Nakryiko Thanks, done. - Arnaldo