Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] Some Makefile cleanups
@ 2026-08-31 18:51 Simon Marchi
  2026-08-31 18:51 ` [PATCH 1/7] gdb: update README about the GNU make requirement Simon Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Simon Marchi @ 2026-08-31 18:51 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This series fixes a few problems about the Makefile and removes some
things that are not needed anymore.

Simon Marchi (7):
  gdb: update README about the GNU make requirement
  gdb, gdbserver: require gcc-style dependency generation, drop the
    depcomp fallback
  gdbserver: fix missing dependency tracking for gdbreplay.o
  gdb, gdbserver: always use order-only prerequisites for generated
    files
  gdb, gdbserver: remove the .NOEXPORT target
  gdb: remove the explicit ada-exp.o rule
  gdb, gdbserver: create the dependency directories from the Makefiles

 gdb/Makefile.in        |  86 ++++++++---------------------
 gdb/README             |  15 +++---
 gdb/configure          | 107 +-----------------------------------
 gdb/configure.ac       |   3 +-
 gdbserver/Makefile.in  |  68 ++++++++---------------
 gdbserver/configure    | 119 -----------------------------------------
 gdbserver/configure.ac |  15 +-----
 7 files changed, 55 insertions(+), 358 deletions(-)


base-commit: 2ebc80f3895c683db0a2fd9dc2cdd76ba830ccc8
-- 
2.55.0


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

end of thread, other threads:[~2026-09-03 13:46 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 18:51 [PATCH 0/7] Some Makefile cleanups Simon Marchi
2026-08-31 18:51 ` [PATCH 1/7] gdb: update README about the GNU make requirement Simon Marchi
2026-09-01 12:26   ` Eli Zaretskii
2026-09-01 13:36     ` Simon Marchi
2026-08-31 18:51 ` [PATCH 2/7] gdb, gdbserver: require gcc-style dependency generation, drop the depcomp fallback Simon Marchi
2026-09-01 16:32   ` Tom Tromey
2026-09-01 20:16     ` Simon Marchi
2026-09-02  7:37       ` Rainer Orth
2026-09-02 12:26         ` Simon Marchi
2026-08-31 18:51 ` [PATCH 3/7] gdbserver: fix missing dependency tracking for gdbreplay.o Simon Marchi
2026-09-01 16:33   ` Tom Tromey
2026-08-31 18:51 ` [PATCH 4/7] gdb, gdbserver: always use order-only prerequisites for generated files Simon Marchi
2026-09-01 16:34   ` Tom Tromey
2026-08-31 18:51 ` [PATCH 5/7] gdb, gdbserver: remove the .NOEXPORT target Simon Marchi
2026-09-01 16:37   ` Tom Tromey
2026-08-31 18:51 ` [PATCH 6/7] gdb: remove the explicit ada-exp.o rule Simon Marchi
2026-09-01 16:38   ` Tom Tromey
2026-08-31 18:51 ` [PATCH 7/7] gdb, gdbserver: create the dependency directories from the Makefiles Simon Marchi
2026-09-01 16:47   ` Tom Tromey
2026-09-01 20:18     ` Simon Marchi
2026-09-01 20:37       ` Simon Marchi
2026-09-02 18:36         ` Tom Tromey
2026-09-03 13:45           ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox