From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21933 invoked by alias); 25 Mar 2002 22:15:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21896 invoked from network); 25 Mar 2002 22:14:57 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 25 Mar 2002 22:14:57 -0000 Received: from greed.delorie.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA09557; Mon, 25 Mar 2002 14:14:53 -0800 (PST) Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g2PMEqj02765; Mon, 25 Mar 2002 17:14:52 -0500 Date: Mon, 25 Mar 2002 14:15:00 -0000 Message-Id: <200203252214.g2PMEqj02765@greed.delorie.com> From: DJ Delorie To: hjl@lucon.org CC: ac131313@cygnus.com, gdb@sources.redhat.com, gcc@gcc.gnu.org In-reply-to: <20020323101441.A799@lucon.org> (hjl@lucon.org) Subject: Re: The canadian cross build is broken References: <20020322225214.A23883@lucon.org> <3C9C9F3A.6030609@cygnus.com> <20020323101441.A799@lucon.org> X-SW-Source: 2002-03/txt/msg00231.txt.bz2 > > > http://sources.redhat.com/ml/binutils/2002-02/msg00169.html This is wrong: + if [ "${with_build_subdir}" != "." ] || [ "${with_target_subdir}" != "." ]; then One of them will *always* be "" You also never followed up on this: http://sources.redhat.com/ml/binutils/2002-02/msg00172.html