summaryrefslogtreecommitdiffstats
path: root/samples/bpf
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2019-07-12 15:56:31 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2019-07-15 23:10:17 +0200
commite46fc22e60a410d896448835adca95aa3332d25d (patch)
tree5a4bb8530eca95c6871f6242061046518cbc6252 /samples/bpf
parent025c0c0917b78f21e3aaffecda75968d54172095 (diff)
downloadlinux-e46fc22e60a410d896448835adca95aa3332d25d.tar.bz2
selftests/bpf: make directory prerequisites order-only
When directories are used as prerequisites in Makefiles, they can cause a lot of unnecessary rebuilds, because a directory is considered changed whenever a file in this directory is added, removed or modified. If the only thing a target is interested in is the existence of the directory it depends on, which is the case for selftests/bpf, this directory should be specified as an order-only prerequisite: it would still be created in case it does not exist, but it would not trigger a rebuild of a target in case it's considered changed. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples/bpf')
0 files changed, 0 insertions, 0 deletions