public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* sim Makefile's "clean" target deletes checked in file
@ 2023-02-02  4:24 Joel Brobecker
  2023-02-19 13:41 ` Joel Brobecker
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2023-02-02  4:24 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: Joel Brobecker, gdb-patches

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

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

end of thread, other threads:[~2023-02-20 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02  4:24 sim Makefile's "clean" target deletes checked in file Joel Brobecker
2023-02-19 13:41 ` Joel Brobecker

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).