Re: [PATCH] examples/flow_filtering: fix make clean

2025-07-09 Thread Thomas Monjalon
> > 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.

Re: [PATCH] examples/flow_filtering: fix make clean

2025-04-05 Thread Thomas Monjalon
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?

RE: [PATCH] examples/flow_filtering: fix make clean

2025-04-03 Thread Shani Peretz
> -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

Re: [PATCH] examples/flow_filtering: fix make clean

2025-04-01 Thread Tanzeel Ahmed
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