qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH] Makefile: prune quilt source files for cscope
Date: Wed, 2 Jul 2025 23:41:07 +0200	[thread overview]
Message-ID: <53990724-f80d-48e3-bab7-604aa4f3e92d@redhat.com> (raw)
In-Reply-To: <20250630172048.519182-1-clg@redhat.com>

On 6/30/25 19:20, Cédric Le Goater wrote:
> Both quilt, to apply patches, and cscope, to navigate in the code, are
> useful tools. Make sure source files that quilt saves when applying
> patches are not taken into account when building the cscope database.
> 
> Signed-off-by: Cédric Le Goater <clg@redhat.com>
> ---
>   Makefile | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index c92a3cf7857a..74c2da203720 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -227,6 +227,7 @@ distclean: clean recurse-distclean
>   	rm -Rf .sdk qemu-bundle
>   
>   find-src-path = find "$(SRC_PATH)" -path "$(SRC_PATH)/meson" -prune -o \
> +	-path "$(SRC_PATH)/.pc" -prune -o \
>   	-type l -prune -o \( -name "*.[chsS]" -o -name "*.[ch].inc" \)
>   
>   .PHONY: ctags

if no one objects, I will add it to the vfio queue.

Thanks,

C.




  reply	other threads:[~2025-07-02 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-30 17:20 [PATCH] Makefile: prune quilt source files for cscope Cédric Le Goater
2025-07-02 21:41 ` Cédric Le Goater [this message]
2025-07-03  6:22   ` Cédric Le Goater

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=53990724-f80d-48e3-bab7-604aa4f3e92d@redhat.com \
    --to=clg@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@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 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).