From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Steven Wu" Newsgroups: gmane.emacs.devel Subject: Re: changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin native Date: Sat, 14 Feb 2004 10:22:30 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5E55357C-5F12-11D8-B4C8-000A958866C4@qwest.net> References: <4A432936-5EC9-11D8-B4C8-000A958866C4@qwest.net> <7137-Sat14Feb2004140255+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076779493 11061 80.91.224.253 (14 Feb 2004 17:24:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2004 17:24:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Feb 14 18:24:46 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 1As3X4-00017e-00 for ; Sat, 14 Feb 2004 18:24:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1As3X3-0003RN-01 for ; Sat, 14 Feb 2004 18:24:46 +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 1As3WO-00014F-Eo for emacs-devel@quimby.gnus.org; Sat, 14 Feb 2004 12:24:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1As3VS-0000qP-Od for emacs-devel@gnu.org; Sat, 14 Feb 2004 12:23:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1As3Uv-0000gb-5m for emacs-devel@gnu.org; Sat, 14 Feb 2004 12:23:05 -0500 Original-Received: from [63.231.195.112] (helo=mpls-qmqp-01.inet.qwest.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1As3Uu-0000gD-Gb for emacs-devel@gnu.org; Sat, 14 Feb 2004 12:22:32 -0500 Original-Received: (qmail 98948 invoked by uid 0); 14 Feb 2004 17:22:30 -0000 Original-Received: from unknown (63.231.195.5) by mpls-qmqp-01.inet.qwest.net with QMQP; 14 Feb 2004 17:22:30 -0000 Original-Received: from 63-226-26-178.phnx.qwest.net (HELO ?10.0.0.5?) (63.226.26.178) by mpls-pop-05.inet.qwest.net with SMTP; 14 Feb 2004 17:22:30 -0000 Original-To: "Eli Zaretskii" In-Reply-To: <7137-Sat14Feb2004140255+0200-eliz@elta.co.il> X-Mailer: Apple Mail (2.612) 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:19942 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19942 On Feb 14, 2004, at 5:02 AM, Eli Zaretskii wrote: > > Please don't. Replacing "$(EMACS) $(EMACSOPT)" with "$(emacs)" > breaks the build on those systems, like MS-DOS, which don't use a > sh-compatible shell to build Emacs. > > We never needed to set EMACSLOADPATH explicitly in these targets. > Please try to figure out why is this needed in your case. > Ok, I'll revisit it again. I have no trouble building it on MacOS X, but on cygwin, the build breaks becaues of the bootstrap-emacs cannot load loadup.el. By setting the EMACSLOADPATH cured the problem.