> > make clean is unable to delete build directory because *.o files are not
> > removed.
> >
> > The other way to fix this would be to add all the c files into SRCS-y.
> >
> > Signed-off-by: Tanzeel Ahmed
>
> I checked and looks good on my side
Applied with fixes line, thanks.
29/03/2025 20:53, Tanzeel Ahmed:
> make clean is unable to delete build directory
> because *.o files are not removed.
>
> The other way to fix this would be to add all the
> c files into SRCS-y.
How adding all C files into SRCS-y would help?
> -Original Message-
> From: Tanzeel Ahmed
> Sent: Saturday, 29 March 2025 22:54
> To: Ori Kam
> Cc: dev@dpdk.org; Tanzeel Ahmed
> Subject: [PATCH] examples/flow_filtering: fix make clean
>
> External email: Use caution opening links or attachments
>
>
> make clean is unable to dele
On Mon, 31 Mar 2025 at 13:45, Thomas Monjalon:
>
> 29/03/2025 20:53, Tanzeel Ahmed:
> > make clean is unable to delete build directory
> > because *.o files are not removed.
Removing .o files is a simpler fix, as in the patch.
> > The other way to fix this would be to add all the
> > c files into
4 matches
Mail list logo