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 17:02:46 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200402012302.i11N2kT25560@raven.dms.auburn.edu> References: <200401301902.16714.hattons@speakeasy.net> <87isirsx88.fsf@emptyhost.emptydomain.de> <200402012052.i11Kq6525375@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075676712 992 80.91.224.253 (1 Feb 2004 23:05:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 23:05:12 +0000 (UTC) Cc: kai@emptydomain.de, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 02 00:05:05 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 1AnQeH-0001fa-00 for ; Mon, 02 Feb 2004 00:05:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnQeG-0005BE-00 for ; Mon, 02 Feb 2004 00:05:05 +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 1AnQdo-0008CG-Tg for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 18:04:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnQdA-0007ZR-Ih for emacs-devel@gnu.org; Sun, 01 Feb 2004 18:03:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnQcO-0006uY-NY for emacs-devel@gnu.org; Sun, 01 Feb 2004 18:03:40 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnQcN-0006tv-PN for emacs-devel@gnu.org; Sun, 01 Feb 2004 18:03:07 -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 i11N2vKt022672; Sun, 1 Feb 2004 17:02:58 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i11N2kT25560; Sun, 1 Feb 2004 17:02:46 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: no-spam@cua.dk In-reply-to: (no-spam@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:19631 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19631 Kim Storm wrote: Things are executed in a subshell, so I guess the Makefile should be able to unset CDPATH in the environment at the global level. Yes, unless the Makefile would for some strange reason need to use the user defined value of CDPATH, at one place or another, which seems excessively unlikely. Sincerely, Luc.