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 13:19:25 +0300 Message-ID: References: <485B8077.6080204@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213957316 14196 80.91.229.12 (20 Jun 2008 10:21:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 10:21:56 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 12:22:40 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 1K9dlO-0002Vc-V3 for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 12:22:39 +0200 Original-Received: from localhost ([127.0.0.1]:38720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9dka-0000LH-3w for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 06:21:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9diT-0006Zy-CZ for emacs-devel@gnu.org; Fri, 20 Jun 2008 06:19:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9diQ-0006XZ-Pf for emacs-devel@gnu.org; Fri, 20 Jun 2008 06:19:36 -0400 Original-Received: from [199.232.76.173] (port=52390 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9diQ-0006Wr-C7 for emacs-devel@gnu.org; Fri, 20 Jun 2008 06:19:34 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:26697) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9diK-0003su-8U; Fri, 20 Jun 2008 06:19:28 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.217.57]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K2R00GR1C1M3NJ0@i_mtaout3.012.net.il>; Fri, 20 Jun 2008 13:34:34 +0300 (IDT) In-reply-to: <485B8077.6080204@gnu.org> 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:99517 Archived-At: > Date: Fri, 20 Jun 2008 11:03:35 +0100 > From: Jason Rumney > CC: Juanma Barranquero , emacs-devel@gnu.org > > Eli Zaretskii wrote: > > 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.) > > > > You can also put that on the command line: > > make SHELL=cmd Did you really tried that, with sh.exe on PATH, and if so, did it really work? I think this didn't work in the Windows port of the official release of Make 3.81 (I have it patched since then), that's why I didn't mention this in my mail.