Searched hist:e7fb6465d4c8e767e39cbee72464e0060ab3d20c (Results 1 – 1 of 1) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | Makefile | diff e7fb6465d4c8e767e39cbee72464e0060ab3d20c Mon Mar 08 19:30:38 CET 2021 Georgi Valkov <gvalkov@abv.bg> libbpf: Fix INSTALL flag order
It was reported ([0]) that having optional -m flag between source and destination arguments in install command breaks bpftools cross-build on MacOS. Move -m to the front to fix this issue.
[0] https://github.com/openwrt/openwrt/pull/3959
Fixes: 7110d80d53f4 ("libbpf: Makefile set specified permission mode") Signed-off-by: Georgi Valkov <gvalkov@abv.bg> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20210308183038.613432-1-andrii@kernel.org
|