From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com ([74.125.82.47]:50784 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbeCIFLV (ORCPT ); Fri, 9 Mar 2018 00:11:21 -0500 Received: by mail-wm0-f47.google.com with SMTP id w128so1726274wmw.0 for ; Thu, 08 Mar 2018 21:11:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Alexei Starovoitov Date: Thu, 8 Mar 2018 21:10:59 -0800 Message-ID: Subject: Re: [PATCH bpf-next 0/7] tools: bpf: standardize make To: Jiri Benc , Jakub Kicinski Cc: Network Development , Alexei Starovoitov , Daniel Borkmann Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Mar 8, 2018 at 2:00 PM, Jiri Benc wrote: > Currently, 'make bpf' in the tools/ directory does not provide the standard > quiet output except for bpftool (which is however listed with a wrong > directory). Worse, it does not respect the build output directory. > > The 'make bpf_install' does not work as one would expect, either. It > installs unconditionally to /usr/bin without respecting DESTDIR and prefix. > > This patchset improves that behavior. Jakub, please review this set. Thanks!