From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20751 invoked by alias); 8 Oct 2003 19:18:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20739 invoked from network); 8 Oct 2003 19:18:52 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 8 Oct 2003 19:18:52 -0000 Received: by zenia.home (Postfix, from userid 5433) id 371E220766; Wed, 8 Oct 2003 14:17:27 -0500 (EST) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: Use program_transform_name correctly References: <20031007225305.GA13082@nevyn.them.org> <20031007235921.8FB0B158F81@kanga.canids.net> <20031008010510.GA15693@nevyn.them.org> From: Jim Blandy Date: Wed, 08 Oct 2003 19:18:00 -0000 In-Reply-To: <20031008010510.GA15693@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00245.txt.bz2 Daniel Jacobowitz writes: > Conveniently this is no longer an issue in the src repository (or in > gcc). The toplevel configure script now guarantees that > $(program_transform_name) will not be empty. So $$t it is. But doesn't that mean I can just say: sed '$(program_transform_name)' since Make substitution doesn't respect single quotes in shell commands?