tools/bpf: Always run the *-clean recipes
authorJean-Philippe Brucker <jean-philippe@linaro.org>
Thu, 12 Nov 2020 09:10:52 +0000 (10:10 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 12 Nov 2020 19:16:07 +0000 (11:16 -0800)
commitc36538798fc6c80bd8bdaddad803b0c86dc13d7c
tree0d0a3c9c01e9e9d10fddc8cdeae62a55aa9e38cb
parent6a59edd832e2e353809778859d2a4a2d6c94d011
tools/bpf: Always run the *-clean recipes

Make $(LIBBPF)-clean and $(LIBBPF_BOOTSTRAP)-clean .PHONY targets, in
case those files exist. And keep consistency within the Makefile by
making the directory dependencies order-only.

Suggested-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20201112091049.3159055-2-jean-philippe@linaro.org
tools/bpf/bpftool/Makefile