From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 791 invoked by alias); 3 Jul 2002 23:15:58 -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 707 invoked from network); 3 Jul 2002 23:15:45 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 3 Jul 2002 23:15:45 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17PtJu-00013Z-00; Wed, 03 Jul 2002 19:13:58 -0400 Date: Wed, 03 Jul 2002 16:15:00 -0000 To: gcc@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com Subject: configure/make/make install with moving srcdir, builddir... Message-ID: <20020703231357.GA4054@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Nathanael Nerode X-SW-Source: 2002-07/txt/msg00036.txt.bz2 OK. I've figured out a relatively efficient way to handle *most* of the cases of 'configure', 'make', and 'make install' being done in different paths. There's one case this *can't* handle. The specification of ${srcdir} must not change from configure time to make time to 'make install' time. In other words, you can't pass a totally different srcdir on the 'make' command line and expect it to work. Is this acceptable, or should I try to get this case? --Nathanael