From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 990 invoked by alias); 4 Jul 2002 16:36:45 -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 954 invoked from network); 4 Jul 2002 16:36:43 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 4 Jul 2002 16:36:43 -0000 Received: from greed.delorie.com (cse.sfbay.redhat.com [205.180.230.236]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g64GbjQ26218; Thu, 4 Jul 2002 09:37:46 -0700 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g64GacS06439; Thu, 4 Jul 2002 12:36:38 -0400 Date: Thu, 04 Jul 2002 09:36:00 -0000 Message-Id: <200207041636.g64GacS06439@greed.delorie.com> From: DJ Delorie To: mark@codesourcery.com CC: neroden@doctormoo.dyndns.org, gcc@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com In-reply-to: <11810000.1025767089@warlock.codesourcery.com> (message from Mark Mitchell on Thu, 04 Jul 2002 00:18:09 -0700) Subject: Re: configure/make/make install with moving srcdir, builddir... References: <11810000.1025767089@warlock.codesourcery.com> X-SW-Source: 2002-07/txt/msg00047.txt.bz2 > I think that's fine. And if we can really simplify our makefiles that's > worth more than being able to change the $srcdir around. We can always > add that later if someone really, really needs it. What about the case where you do a build on one machine, and do "make install" on many others with different mount points? Doesn't that need to know where srcdir is, yet srcdir is a different location for them?