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: Mon, 2 Feb 2004 13:01:27 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200402021901.i12J1Ro28130@raven.dms.auburn.edu> References: <200401301902.16714.hattons@speakeasy.net> <87isirsx88.fsf@emptyhost.emptydomain.de> <200402012052.i11Kq6525375@raven.dms.auburn.edu> <87n0825vic.fsf@emptyhost.emptydomain.de> <200402012227.i11MRmu25469@raven.dms.auburn.edu> <87d68yyn2x.fsf@emptyhost.emptydomain.de> <200402021428.i12ESUP26485@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075749115 29324 80.91.224.253 (2 Feb 2004 19:11:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 19:11:55 +0000 (UTC) Cc: kai@emptydomain.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 02 20:11:43 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 1AnjTz-0000Rs-00 for ; Mon, 02 Feb 2004 20:11:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnjTy-0007j8-00 for ; Mon, 02 Feb 2004 20:11:43 +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 1AnjOq-00014O-Eb for emacs-devel@quimby.gnus.org; Mon, 02 Feb 2004 14:06:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnjME-0000Up-CQ for emacs-devel@gnu.org; Mon, 02 Feb 2004 14:03:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnjLg-0000JY-Ec for emacs-devel@gnu.org; Mon, 02 Feb 2004 14:03:39 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AnjLg-0000JL-39 for emacs-devel@gnu.org; Mon, 02 Feb 2004 14:03:08 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by mx20.gnu.org with esmtp (Exim 4.24) id 1AnjKW-0005oz-Ch for emacs-devel@gnu.org; Mon, 02 Feb 2004 14:01:56 -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 i12J1eKt001183; Mon, 2 Feb 2004 13:01:41 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i12J1Ro28130; Mon, 2 Feb 2004 13:01:27 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: (message from Stefan Monnier on 02 Feb 2004 12:11:20 -0500) 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:19668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19668 >>From my earlier reply: Moreover, other Makefiles, for instance the texinfo-4.6 Makefile use their own CDPATH (they do not just unset CDPATH) even though they use /bin/sh. I said something inaccurate here: it locally sets CDPATH for one particular command (am_cd). But the point remains the same. That command is executed by /bin/sh. Sincerely, Luc.