From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails. Date: Sun, 1 Feb 2004 14:52:06 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200402012052.i11Kq6525375@raven.dms.auburn.edu> References: <200401301902.16714.hattons@speakeasy.net> <87isirsx88.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075668951 9416 80.91.224.253 (1 Feb 2004 20:55:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 20:55:51 +0000 (UTC) Cc: kai@emptydomain.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 21:55:39 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 1AnOd1-0003Yu-00 for ; Sun, 01 Feb 2004 21:55:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnOd1-0002Hs-00 for ; Sun, 01 Feb 2004 21:55:39 +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 1AnObI-0002la-M8 for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 15:53:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnOaf-0002jM-Qm for emacs-devel@gnu.org; Sun, 01 Feb 2004 15:53:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnOa5-0002Uh-Lg for emacs-devel@gnu.org; Sun, 01 Feb 2004 15:53:10 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnOa4-0002Sv-P1 for emacs-devel@gnu.org; Sun, 01 Feb 2004 15:52:36 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i11KqHKt022326; Sun, 1 Feb 2004 14:52:18 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i11Kq6525375; Sun, 1 Feb 2004 14:52:06 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: storm@cua.dk In-reply-to: (storm@cua.dk) 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:19622 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19622 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. Sincerely, Luc.