From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31646 invoked by alias); 6 Jul 2002 22:07:37 -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 31629 invoked from network); 6 Jul 2002 22:07:34 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 6 Jul 2002 22:07:34 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17QxgY-0003yN-00; Sat, 06 Jul 2002 18:05:46 -0400 Date: Sat, 06 Jul 2002 15:07:00 -0000 To: gcc@gcc.gnu.org, gdb@sources.redhat.com, binutils@redhat.com Subject: new build scheme naming Message-ID: <20020706220545.GA15254@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/msg00075.txt.bz2 This message refers to http://gcc.gnu.org/ml/gcc/2002-02/msg01816.html and it may also be useful to look at http://gcc.gnu.org/ml/gcc/2002-02/msg01842.html I'd like to start working on the transition sometime soon, but I want to settle a couple of naming issues first. * Name for the directory. 'build' is a terrible name (confusion with the 'build machine') and 'install' isn't much better. I would promote a name with the host encoded into it for clear separation of tools which run on the host from those which run on the target. How about ${host_alias}/recently_built ${host_alias}-recently_built ${host_alias}/built ${host_alias}-built ${host_alias}/tools ${host_alias}-tools ${host_alias}/preinstall ${host_alias}-preinstall (and similarly, ${target_alias}/* for target libraries) Any preferences? Any better ideas?... * Variable to use for this directory in 'configure' files and Makefiles; again, $build_prefix is a very bad choice. $host_recently_built $host_built $host_tools $host_preinstall_dir (and similarly $target_* for target libraries) Any preferences? Any better ideas?... --Nathanael