From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails. Date: 02 Feb 2004 00:46:46 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: 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 1075675709 31637 80.91.224.253 (1 Feb 2004 22:48:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 22:48:29 +0000 (UTC) Cc: kai@emptydomain.de, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 23:48:21 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 1AnQO5-0000r6-00 for ; Sun, 01 Feb 2004 23:48:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnQO4-0004ib-00 for ; Sun, 01 Feb 2004 23:48:20 +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 1AnQNq-0006sM-DB for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 17:48:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnQNG-0006oA-BL for emacs-devel@gnu.org; Sun, 01 Feb 2004 17:47:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnQMh-0006TQ-Kx for emacs-devel@gnu.org; Sun, 01 Feb 2004 17:47:27 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnQMg-0006SV-RO for emacs-devel@gnu.org; Sun, 01 Feb 2004 17:46:54 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id 7C4BB2629D8; Sun, 1 Feb 2004 23:46:48 +0100 (CET) Original-To: Luc Teirlinck In-Reply-To: <200402012052.i11Kq6525375@raven.dms.auburn.edu> Original-Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:19628 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19628 Luc Teirlinck writes: > Kim Storm wrote: > > Kai Grossjohann writes: > > > "Steven T. Hatton" writes: > > > > > (cd src; make mostlyclean) > > > /bin/sh: line 1: cd: src: No such file or directory > > > > cd fails. So maybe it's $CDPATH or something like this? > > Maybe using cd ./src is safer ? > > 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. Things are executed in a subshell, so I guess the Makefile should be able to unset CDPATH in the environment at the global level. -- Kim F. Storm http://www.cua.dk