Re: [PATCH] tools lib bpf: Fix double file test in Makefile

2017-08-16 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 15, 2017 at 11:33:30AM -0500, Daniel Díaz escreveu: > 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) doe

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

2017-08-15 Thread 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: /tools/include/uapi/linux/bpf.h /include