From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24173 invoked by alias); 11 Apr 2003 23:36:41 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 24156 invoked from network); 11 Apr 2003 23:36:40 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.169.160.245) by sources.redhat.com with SMTP; 11 Apr 2003 23:36:40 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id AF3B7354C; Fri, 11 Apr 2003 16:36:39 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h3BNadw20444; Fri, 11 Apr 2003 16:36:39 -0700 Date: Fri, 11 Apr 2003 23:36:00 -0000 Message-Id: <200304112336.h3BNadw20444@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Replace the ugly multilib libpthread hacks with something nicer In-Reply-To: Jakub Jelinek's message of Friday, 11 April 2003 00:31:52 +0200 <20030410223152.GD16629@sunsite.ms.mff.cuni.cz> X-Zippy-Says: HELLO KITTY gang terrorizes town, family STICKERED to death! X-SW-Source: 2003-04/txt/msg00038.txt.bz2 I don't like using $(shell ...) when it can be avoided, since it runs that compiler command every time the makefile is read for reason. I put your change in after hacking it to cache the value in a file and run the command only once. Thanks, Roland