public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: Joel Brobecker <brobecker@adacore.com>, gdb-patches@sourceware.org
Subject: sim Makefile's "clean" target deletes checked in file
Date: Thu, 2 Feb 2023 08:24:34 +0400	[thread overview]
Message-ID: <Y9s7AlDj+iaB4OEX@adacore.com> (raw)

Hi Mike,

In running the src-release.sh script which is the script used
to produce the source tarball for our releases, I noticed that
one file got deleted:

   sim/ppc/.gdbinit

This happens as part of a call to "make distclean", but I think
"make clean" will have the same effect, considering that
sim/Makefile.in has:

    CONFIG_CLEAN_FILES = aarch64/.gdbinit arm/.gdbinit avr/.gdbinit \
     [...] ppc/.gdbinit [...]

I'm not really sure what the correct fix should be, though, whether
we should delete the ppc/.gdbinit file, or whether we should update
the CONFIG_CLEAN_FILES to remove the ppc/.gdbinit entry.

Would you mind fixing this (and backport the fix to the gdb-13-branch)?

Thank you!
-- 
Joel

             reply	other threads:[~2023-02-02  4:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02  4:24 Joel Brobecker [this message]
2023-02-19 13:41 ` Joel Brobecker

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=Y9s7AlDj+iaB4OEX@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=vapier@gentoo.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).