[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <C90F7A80-D2E9-401B-8BFC-47C22A44ADAC@linux.ibm.com>
Date: Thu, 29 Aug 2019 18:03:11 +0200
From: Ilya Leoshkevich <iii@...ux.ibm.com>
To: Quentin Monnet <quentin.monnet@...ronome.com>
Cc: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>, bpf@...r.kernel.org,
netdev@...r.kernel.org, oss-drivers@...ronome.com,
Lorenz Bauer <lmb@...udflare.com>,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: Re: [PATCH bpf-next 2/3] tools: bpftool: improve and check builds for
different make invocations
> Am 29.08.2019 um 12:56 schrieb Quentin Monnet <quentin.monnet@...ronome.com>:
>
> +make_and_clean() {
> + echo -e "\$PWD: $PWD"
> + echo -e "command: make -s $* >/dev/null"
> + make $J -s $* >/dev/null
Would it make sense to set ERROR=1 if make produces a bpftool binary,
but still fails with a non-zero RC for whatever reason?
Powered by blists - more mailing lists