From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bootstrap not regenerating some *loaddefs Date: Fri, 20 Jun 2008 12:49:28 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213955482 7805 80.91.229.12 (20 Jun 2008 09:51:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 09:51:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 11:52:06 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K9dHf-0001CH-DW for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 11:51:55 +0200 Original-Received: from localhost ([127.0.0.1]:60880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9dGp-0005vC-Q5 for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 05:51:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9dGL-0005tw-8q for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:50:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9dGE-0005sq-SX for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:50:27 -0400 Original-Received: from [199.232.76.173] (port=34568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9dGD-0005sN-Hc for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:50:26 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:45165) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9dGC-00052C-Jr for emacs-devel@gnu.org; Fri, 20 Jun 2008 05:50:24 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.217.57]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K2R00EWRANOG190@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Fri, 20 Jun 2008 13:04:37 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99514 Archived-At: > Date: Fri, 20 Jun 2008 11:27:10 +0200 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > > Also, what exactly from MSYS do you use for the build? If you are not > > using Bash, then what else is needed from there? (I thought nothing > > was needed if cmd.exe is used as the shell.) > > I never use bash as a shell, always cmd. But if sh.exe is in the path, > the MSYS make tries to use it. That's true for the native Windows build of Make as well. When I want to test with cmd.exe, I rename sh.exe to something else to get it out of the way. (The alternative is to have "SHELL = cmd" in the Makefile, but I don't want to change them.)