All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
	Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 0/2] tools: ynl: clean up make clean
Date: Fri,  1 Mar 2024 15:56:07 -0800	[thread overview]
Message-ID: <20240301235609.147572-1-kuba@kernel.org> (raw)

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


             reply	other threads:[~2024-03-01 23:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 23:56 Jakub Kicinski [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240301235609.147572-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.