[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEf4BzaWfUDr1_CqLsCEbX1S9djgQp0236e+8ah3rYmDyg0CJQ@mail.gmail.com>
Date: Mon, 15 Nov 2021 09:15:53 -0800
From: Andrii Nakryiko <andrii.nakryiko@...il.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Daniel Borkmann <daniel@...earbox.net>,
"David S. Miller" <davem@...emloft.net>,
Alexei Starovoitov <ast@...nel.org>,
Andrii Nakryiko <andrii@...nel.org>,
Quentin Monnet <quentin@...valent.com>,
Networking <netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>
Subject: Re: pull-request: bpf-next 2021-11-15
On Mon, Nov 15, 2021 at 9:13 AM Jakub Kicinski <kuba@...nel.org> wrote:
>
> On Mon, 15 Nov 2021 17:20:08 +0100 Daniel Borkmann wrote:
> > -c -MMD -o $@ $<
>
> > -c -MMD $< -o $@
>
> Out of curiosity did you switch the order on purpose?
Yes, I wanted all Makefile rules to have -o at the end. It makes
debugging Makefile verbose output much easier as it's more apparent
which file each rule invocation generates.
Powered by blists - more mailing lists