Re: [PATCH bpf-next 0/7] tools: bpf: standardize make

2018-03-09 Thread Daniel Borkmann
On 03/08/2018 11: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 wo

Re: [PATCH bpf-next 0/7] tools: bpf: standardize make

2018-03-08 Thread Jakub Kicinski
On Thu, 8 Mar 2018 21:10:59 -0800, Alexei Starovoitov wrote: > 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 n

Re: [PATCH bpf-next 0/7] tools: bpf: standardize make

2018-03-08 Thread Alexei Starovoitov
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' doe

[PATCH bpf-next 0/7] tools: bpf: standardize make

2018-03-08 Thread Jiri Benc
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 uncondi