Re: [PATCH] bpftool: Set srctree correctly when not building out of source tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2024-11-10 19:44 UTC+0100 ~ Daan De Meyer <daan.j.demeyer@xxxxxxxxx>
> This allows building bpftool directly via "make -C tools/bpf/bpftool".
> ---
>  tools/bpf/bpftool/Makefile | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile
> index ba927379eb20..7c7d731077c9 100644
> --- a/tools/bpf/bpftool/Makefile
> +++ b/tools/bpf/bpftool/Makefile
> @@ -2,6 +2,12 @@
>  include ../../scripts/Makefile.include
>  
>  ifeq ($(srctree),)
> +update_srctree := 1
> +endif
> +ifndef building_out_of_srctree
> +update_srctree := 1
> +endif
> +ifeq ($(update_srctree),1)
>  srctree := $(patsubst %/,%,$(dir $(CURDIR)))
>  srctree := $(patsubst %/,%,$(dir $(srctree)))
>  srctree := $(patsubst %/,%,$(dir $(srctree)))


Hi and thanks! Can you please provide more context on what the change is
supposed to fix, please? "make -C tools/bpf/bpftool" should work already.

Please also sign-off your patches.

Thanks,
Quentin




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux