<div dir="ltr"><div dir="ltr">On Mon, May 23, 2022 at 6:04 PM <<a href="mailto:crash-utility-request@redhat.com">crash-utility-request@redhat.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Date: Mon, 23 May 2022 05:55:11 +0000<br>
From: HAGIO KAZUHITO(?????)  <<a href="mailto:k-hagio-ab@nec.com" target="_blank">k-hagio-ab@nec.com</a>><br>
To: "<a href="mailto:crash-utility@redhat.com" target="_blank">crash-utility@redhat.com</a>" <<a href="mailto:crash-utility@redhat.com" target="_blank">crash-utility@redhat.com</a>>,<br>
        "<a href="mailto:lijiang@redhat.com" target="_blank">lijiang@redhat.com</a>" <<a href="mailto:lijiang@redhat.com" target="_blank">lijiang@redhat.com</a>><br>
Subject: [Crash-utility] [PATCH] Makefile: add missing crash_target.o<br>
        to be cleaned<br>
Message-ID: <<a href="mailto:a94f6f79-3c12-5271-f30e-218bf97db1ec@nec.com" target="_blank">a94f6f79-3c12-5271-f30e-218bf97db1ec@nec.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Without the patch, "make clean" does not remove the crash_target.o.<br>
<br>
Signed-off-by: Kazuhito Hagio <<a href="mailto:k-hagio-ab@nec.com" target="_blank">k-hagio-ab@nec.com</a>><br>
---<br>
  Makefile | 2 +-<br>
  1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/Makefile b/Makefile<br>
index e520b1217a9d..162c2baa5164 100644<br>
--- a/Makefile<br>
+++ b/Makefile<br>
@@ -184,7 +184,7 @@ GDB_7.6_FILES=<br>
  GDB_7.6_OFILES=${GDB}/gdb/symtab.o<br>
<br>
  GDB_10.2_FILES=<br>
-GDB_10.2_OFILES=${GDB}/gdb/symtab.o<br>
+GDB_10.2_OFILES=${GDB}/gdb/symtab.o crash_target.o<br></blockquote><div> </div><div>Good findings, Kazu.This looks good to me.</div><div><br></div><div>Acked-by: Lianbo Jiang <<a href="mailto:lijiang@redhat.com" target="_blank">lijiang@redhat.com</a>></div><div><br></div><div>Thanks.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  #<br>
  # GDB_FLAGS is passed up from the gdb Makefile.<br>
-- <br>
2.27.0<br>
<br>
------------------------------<br>
</blockquote></div></div>