public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/28586] New: Make distclean doesn't clean config.cache for gdbserver
@ 2021-11-11 19:45 lilotom at gmail dot com
  2021-11-16 16:13 ` [Bug gdb/28586] " cvs-commit at gcc dot gnu.org
  2021-11-16 16:14 ` tromey at sourceware dot org
  0 siblings, 2 replies; 3+ messages in thread
From: lilotom at gmail dot com @ 2021-11-11 19:45 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28586

            Bug ID: 28586
           Summary: Make distclean doesn't clean config.cache for
                    gdbserver
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: lilotom at gmail dot com
  Target Milestone: ---

In the line ~414 in gdbserver/Makefile.in which defines distclean targets, etc.
Makefile was duplicated for removal, and config.cache is not in the list which
makes the distclean not complete, and could confuse folloing configure run.

maintainer-clean realclean distclean: clean
        rm -f Makefile config.status config.h stamp-h config.log
        rm -f Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/28586] Make distclean doesn't clean config.cache for gdbserver
  2021-11-11 19:45 [Bug gdb/28586] New: Make distclean doesn't clean config.cache for gdbserver lilotom at gmail dot com
@ 2021-11-16 16:13 ` cvs-commit at gcc dot gnu.org
  2021-11-16 16:14 ` tromey at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-16 16:13 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28586

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b7c9d393d60957b901418359d2cf5d276bcc5e4b

commit b7c9d393d60957b901418359d2cf5d276bcc5e4b
Author: Tom Tromey <tromey@adacore.com>
Date:   Tue Nov 16 09:11:41 2021 -0700

    Remove config.cache in gdbserver's "distclean"

    PR gdb/28586 points out that "make distclean" fails to delete
    config.cache from gdbserver/.  This patch fixes the bug, and removes a
    duplicate "Makefile" deletion that was also pointed out in the PR.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/28586] Make distclean doesn't clean config.cache for gdbserver
  2021-11-11 19:45 [Bug gdb/28586] New: Make distclean doesn't clean config.cache for gdbserver lilotom at gmail dot com
  2021-11-16 16:13 ` [Bug gdb/28586] " cvs-commit at gcc dot gnu.org
@ 2021-11-16 16:14 ` tromey at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: tromey at sourceware dot org @ 2021-11-16 16:14 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28586

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |12.1
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Thanks for the report.  This is fixed now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2021-11-16 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 19:45 [Bug gdb/28586] New: Make distclean doesn't clean config.cache for gdbserver lilotom at gmail dot com
2021-11-16 16:13 ` [Bug gdb/28586] " cvs-commit at gcc dot gnu.org
2021-11-16 16:14 ` tromey at sourceware dot org

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