mbox series

[net-next,v2,0/3] tools: ynl: clean up make clean

Message ID 20240305051328.806892-1-kuba@kernel.org (mailing list archive)
Headers show
Series tools: ynl: clean up make clean | expand

Message

Jakub Kicinski March 5, 2024, 5:13 a.m. UTC
First change renames the clean target which removes build results,
to a more common name. Second one add missing .PHONY targets.
Third one ensures that clean deletes __pycache__. 

v2: add patch 2
v1: https://lore.kernel.org/all/20240301235609.147572-1-kuba@kernel.org/

Jakub Kicinski (3):
  tools: ynl: rename make hardclean -> distclean
  tools: ynl: add distclean to .PHONY in all makefiles
  tools: ynl: remove __pycache__ during clean

 tools/net/ynl/Makefile           | 4 ++--
 tools/net/ynl/generated/Makefile | 4 ++--
 tools/net/ynl/lib/Makefile       | 5 +++--
 tools/net/ynl/samples/Makefile   | 4 ++--
 4 files changed, 9 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 6, 2024, 12:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon,  4 Mar 2024 21:13:25 -0800 you wrote:
> First change renames the clean target which removes build results,
> to a more common name. Second one add missing .PHONY targets.
> Third one ensures that clean deletes __pycache__.
> 
> v2: add patch 2
> v1: https://lore.kernel.org/all/20240301235609.147572-1-kuba@kernel.org/
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/3] tools: ynl: rename make hardclean -> distclean
    https://git.kernel.org/netdev/net-next/c/4e887471e8e3
  - [net-next,v2,2/3] tools: ynl: add distclean to .PHONY in all makefiles
    https://git.kernel.org/netdev/net-next/c/1d8617b2a610
  - [net-next,v2,3/3] tools: ynl: remove __pycache__ during clean
    https://git.kernel.org/netdev/net-next/c/72fa191bfdf6

You are awesome, thank you!