From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails. Date: Sun, 01 Feb 2004 22:40:11 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87n0825vic.fsf@emptyhost.emptydomain.de> References: <200401301902.16714.hattons@speakeasy.net> <87isirsx88.fsf@emptyhost.emptydomain.de> <200402012052.i11Kq6525375@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075671709 14652 80.91.224.253 (1 Feb 2004 21:41:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 21:41:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 22:41:44 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnPLc-0005jW-00 for ; Sun, 01 Feb 2004 22:41:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnPLb-0003OO-00 for ; Sun, 01 Feb 2004 22:41:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnPLS-0006eS-Jw for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 16:41:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnPKo-00063N-Gj for emacs-devel@gnu.org; Sun, 01 Feb 2004 16:40:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnPK6-0004mz-Rj for emacs-devel@gnu.org; Sun, 01 Feb 2004 16:40:43 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnPK6-0004jp-92 for emacs-devel@gnu.org; Sun, 01 Feb 2004 16:40:10 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AnPK4-0002K2-00 for ; Sun, 01 Feb 2004 22:40:08 +0100 Original-Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 1 21:40:08 2004 Original-Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 1 21:40:08 2004 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:TiX+SgCugy5Wd4+/RvvkjTPvfy4= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19624 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19624 Luc Teirlinck writes: > Except that src is not the only problem. There are plenty of relative > names used all over Makefile.in. I am not an expert in Makefiles, but > would the logical thing not be to execute stuff in a subshell, and > either set CDPATH to the appropriate value or unset it? Makefile.in > already seems to do the latter at several places, but maybe there are > some inadvertent omissions. Before making big changes like this, let's check with the OP whether this is really the problem. Just my two cents. Kai