[PATCH v3 03/10] Move glibc.malloc.check implementation into its own file

Andreas Schwab schwab@linux-m68k.org
Fri Jul 2 09:05:50 GMT 2021


On Jul 02 2021, Siddhesh Poyarekar via Libc-alpha wrote:

> diff --git a/malloc/Makefile b/malloc/Makefile
> index c8256abbbf..47013d44aa 100644
> --- a/malloc/Makefile
> +++ b/malloc/Makefile
> @@ -271,7 +271,8 @@ $(objpfx)memusage: memusage.sh
>  
>  
>  # Extra dependencies
> -$(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c
> +$(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c \
> +							 malloc-check.c

I don't see any need for these manual dependencies.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Libc-alpha mailing list