netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tools: ynl: clean up make clean
@ 2024-03-01 23:56 Jakub Kicinski
  2024-03-01 23:56 ` [PATCH net-next 1/2] tools: ynl: rename make hardclean -> distclean Jakub Kicinski
  2024-03-01 23:56 ` [PATCH net-next 2/2] tools: ynl: remove __pycache__ during clean Jakub Kicinski
  0 siblings, 2 replies; 5+ messages in thread
From: Jakub Kicinski @ 2024-03-01 23:56 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, pabeni, Jakub Kicinski

First change renames the clean target which removes build results,
to a more common name. Second one ensures that clean deletes __pycache__. 

Jakub Kicinski (2):
  tools: ynl: rename make hardclean -> distclean
  tools: ynl: remove __pycache__ during clean

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

-- 
2.44.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-04 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 23:56 [PATCH net-next 0/2] tools: ynl: clean up make clean Jakub Kicinski
2024-03-01 23:56 ` [PATCH net-next 1/2] tools: ynl: rename make hardclean -> distclean Jakub Kicinski
2024-03-04 10:18   ` Donald Hunter
2024-03-01 23:56 ` [PATCH net-next 2/2] tools: ynl: remove __pycache__ during clean Jakub Kicinski
2024-03-04 10:23   ` Donald Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).