[PATCH 01/13] tools lib bpf: Fix double file test in Makefile

2017-08-21 Thread Arnaldo Carvalho de Melo
From: Daniel Díaz The Makefile verifies the same file exists twice: test -f ../../../include/uapi/linux/bpf.h -a \ -f ../../../include/uapi/linux/bpf.h The purpose of the check is to ensure the diff (immediately after the test) doesn't fail with these two files:

[PATCH 01/13] tools lib bpf: Fix double file test in Makefile

2017-08-21 Thread Arnaldo Carvalho de Melo
From: Daniel Díaz The Makefile verifies the same file exists twice: test -f ../../../include/uapi/linux/bpf.h -a \ -f ../../../include/uapi/linux/bpf.h The purpose of the check is to ensure the diff (immediately after the test) doesn't fail with these two files: