From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,PDS_RDNS_DYNAMIC_FP, RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CC7E81F8C6 for ; Fri, 2 Jul 2021 09:08:08 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1C6AB397C879 for ; Fri, 2 Jul 2021 09:08:08 +0000 (GMT) Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) by sourceware.org (Postfix) with ESMTPS id 9F17D397EC12; Fri, 2 Jul 2021 09:05:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9F17D397EC12 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4GGThJ0w9Vz1s3pb; Fri, 2 Jul 2021 11:05:52 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4GGThJ0cQLz1qql1; Fri, 2 Jul 2021 11:05:52 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id BKVtaB6ebTV9; Fri, 2 Jul 2021 11:05:51 +0200 (CEST) X-Auth-Info: MqJng6K/yk90CSGDm38fw7uH3NWjUtLcFcSCvOuooqI1epEbEpbIEIuF8HtAtDOs Received: from igel.home (ppp-46-244-180-78.dynamic.mnet-online.de [46.244.180.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 2 Jul 2021 11:05:51 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id BBD0B2C05D3; Fri, 2 Jul 2021 11:05:50 +0200 (CEST) From: Andreas Schwab To: Siddhesh Poyarekar via Libc-alpha Subject: Re: [PATCH v3 03/10] Move glibc.malloc.check implementation into its own file References: <20210702023546.3081774-1-siddhesh@sourceware.org> <20210702023546.3081774-4-siddhesh@sourceware.org> X-Yow: Okay.. I'm going home to write the ``I HATE RUBIK's CUBE HANDBOOK FOR DEAD CAT LOVERS''.. Date: Fri, 02 Jul 2021 11:05:50 +0200 In-Reply-To: <20210702023546.3081774-4-siddhesh@sourceware.org> (Siddhesh Poyarekar via Libc-alpha's message of "Fri, 2 Jul 2021 08:05:39 +0530") Message-ID: <87eechaxw1.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: fweimer@redhat.com, Siddhesh Poyarekar Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" 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."