From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3609 invoked by alias); 18 Sep 2004 13:05:40 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 3599 invoked from network); 18 Sep 2004 13:05:38 -0000 Received: from unknown (HELO colo.khms.westfalen.de) (213.239.196.208) by sourceware.org with SMTP; 18 Sep 2004 13:05:38 -0000 Received: from khms.vpn ([10.172.192.2]:56120 helo=khms.westfalen.de) by colo.khms.westfalen.de with asmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1C8etZ-0008AQ-U1 for gcc@gcc.gnu.org; Sat, 18 Sep 2004 15:04:54 +0200 Received: from root (helo=khms.westfalen.de) by khms.westfalen.de with local-bsmtp (Exim 4.34) id 1C8eUP-0001li-1a for gcc@gcc.gnu.org; Sat, 18 Sep 2004 14:38:53 +0200 Received: by khms.westfalen.de (CrossPoint v3.12d.kh14 R/C435); 18 Sep 2004 14:23:06 +0200 Date: Sat, 18 Sep 2004 15:14:00 -0000 From: kaih@khms.westfalen.de (Kai Henningsen) To: gcc@gcc.gnu.org Message-ID: <9H7p0y$1w-B@khms.westfalen.de> In-Reply-To: Subject: Re: Obsolete building in source dir? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Organisation? Me?! Are you kidding? References: <00f801c497a2$e2deb9c0$92b92997@bagio> <1095310605.4989.393.camel@mccallum.corsepiu.local> <1095310605.4989.393.camel@mccallum.corsepiu.local> X-No-Junk-Mail: I do not want to get *any* junk mail. Comment: Unsolicited commercial mail will incur an US$100 handling fee per received mail. X-Fix-Your-Modem: +++ATS2=255&WO1 X-SW-Source: 2004-09/txt/msg01105.txt.bz2 aoliva@redhat.com (Alexandre Oliva) wrote on 17.09.04 in : > On Sep 16, 2004, Ralf Corsepius wrote: > > > Instead of doing this you could consider to systematically using > > $host(_alias), $build(_alias), $target(_alias) builddir-subdirectories, > > no matter if cross-compiling or not. > > This wouldn't quite work if we actually need different builds for say > build, host and target, but they're all the same. That's trivial to fix by using a {host,build,target}- prefix. MfG Kai