[Crash-utility] [PATCH] Makefile: add missing crash_target.o to be cleaned

lijiang lijiang at redhat.com
Tue May 24 09:00:54 UTC 2022


On Mon, May 23, 2022 at 6:04 PM <crash-utility-request at redhat.com> wrote:

> Date: Mon, 23 May 2022 05:55:11 +0000
> From: HAGIO KAZUHITO(?????)  <k-hagio-ab at nec.com>
> To: "crash-utility at redhat.com" <crash-utility at redhat.com>,
>         "lijiang at redhat.com" <lijiang at redhat.com>
> Subject: [Crash-utility] [PATCH] Makefile: add missing crash_target.o
>         to be cleaned
> Message-ID: <a94f6f79-3c12-5271-f30e-218bf97db1ec at nec.com>
> Content-Type: text/plain; charset="utf-8"
>
> Without the patch, "make clean" does not remove the crash_target.o.
>
> Signed-off-by: Kazuhito Hagio <k-hagio-ab at nec.com>
> ---
>   Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index e520b1217a9d..162c2baa5164 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -184,7 +184,7 @@ GDB_7.6_FILES=
>   GDB_7.6_OFILES=${GDB}/gdb/symtab.o
>
>   GDB_10.2_FILES=
> -GDB_10.2_OFILES=${GDB}/gdb/symtab.o
> +GDB_10.2_OFILES=${GDB}/gdb/symtab.o crash_target.o
>

Good findings, Kazu.This looks good to me.

Acked-by: Lianbo Jiang <lijiang at redhat.com>

Thanks.

  #
>   # GDB_FLAGS is passed up from the gdb Makefile.
> --
> 2.27.0
>
> ------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20220524/1e34c8e7/attachment.htm>


More information about the Crash-utility mailing list