projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5fc73d
)
tools: bpf: cleanup PHONY target
author
Jakub Kicinski
<jakub.kicinski@netronome.com>
Fri, 16 Mar 2018 06:26:16 +0000
(23:26 -0700)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Fri, 16 Mar 2018 08:23:31 +0000
(09:23 +0100)
There is no FORCE target in the Makefile and some of the PHONY
targets are missing, update the list.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/Makefile
patch
|
blob
|
history
diff --git
a/tools/bpf/Makefile
b/tools/bpf/Makefile
index c07b4e718eeb3041154713762fb60a7ead7be636..acfaf4c8cc32c0abf8ae083bf2f79751b7133090 100644
(file)
--- a/
tools/bpf/Makefile
+++ b/
tools/bpf/Makefile
@@
-100,4
+100,4
@@
bpftool_install:
bpftool_clean:
$(call descend,bpftool,clean)
-.PHONY:
bpftool FORCE
+.PHONY:
all install clean bpftool bpftool_install bpftool_clean