projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507e590
)
tools: bpftool: declare phony targets as such
author
Quentin Monnet
<quentin.monnet@netronome.com>
Wed, 29 Nov 2017 01:44:33 +0000
(17:44 -0800)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Thu, 30 Nov 2017 01:09:29 +0000
(
02:09
+0100)
In the Makefile, targets install, doc and doc-install should be added to
.PHONY. Let's fix this.
Fixes:
71bb428fe2c1
("tools: bpf: add bpftool")
Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/Makefile
patch
|
blob
|
history
diff --git
a/tools/bpf/bpftool/Makefile
b/tools/bpf/bpftool/Makefile
index
c5b21f2
..
ec3052c
100644
(file)
--- a/
tools/bpf/bpftool/Makefile
+++ b/
tools/bpf/bpftool/Makefile
@@
-89,5
+89,5
@@
doc-install:
FORCE:
-.PHONY: all clean FORCE
+.PHONY: all clean FORCE
install doc doc-install
.DEFAULT_GOAL := all