July 11, 2018
8:08 a.m.
Hi all What does the "-DPACKAGE" means? ``````````````````````````````````````````````````````````` $(OUTPUT)test-libbfd.bin: $(BUILD) -DPACKAGE='"perf"' -lbfd -lz -liberty -ldl ``````````````````````````````````````````````````````````` In this link: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/tree/tools/build...