From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: bootstrap not regenerating some *loaddefs Date: Thu, 19 Jun 2008 10:23:20 +0200 Message-ID: References: <05iqw82bux.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213863814 24228 80.91.229.12 (19 Jun 2008 08:23:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 08:23:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 19 10:24:18 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 1K9FRK-0003XS-DD for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 10:24:18 +0200 Original-Received: from localhost ([127.0.0.1]:35070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9FQV-00059T-NC for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 04:23:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9FQR-000594-4F for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:23:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9FQP-00058c-NS for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:23:22 -0400 Original-Received: from [199.232.76.173] (port=52626 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9FQP-00058Z-IN for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:23:21 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]:51136) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9FQP-0005dj-FJ for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:23:21 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so949511ugc.48 for ; Thu, 19 Jun 2008 01:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Dm6rz62FbdMfLyCd468iqh54ORjjdkAVSYNwqB41pnk=; b=hOSkbKfCIA8qYHPsgu9P93zylQD/GPRair/34NkgQAaUR4EINOjq6981u9RMFN4qG0 6JSwjjCxZNMlIeqZmu9vzQv/f1kl+CJTaO1X7PRZxSmgYspinC7vuuMlqb3wAY8WUcYx GNe9Q7V+QDWr9wOwJXW5kkGxcxGhV6+0LWnSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=o/2HuZSpThUf/nl+gtb2gRdrx5iW+7ZJpl7GWOBjgHvBP/YITfCg/wKBV4UpKrNcSp NHEKR1cxacIzRs0b3RLgj/KVSsSR/bkPuMGIUrYjDkzyKqcvW3MGR82utdfTQ0NV4js8 bJNgX7QNbASAcdV5f5ca32mW8tr1R6jpoMVsE= Original-Received: by 10.210.26.10 with SMTP id 10mr1606791ebz.15.1213863800287; Thu, 19 Jun 2008 01:23:20 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Thu, 19 Jun 2008 01:23:20 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99455 Archived-At: On Thu, Jun 19, 2008 at 05:15, Eli Zaretskii wrote: > Why do you think so? Unless I'm missing something, that's not true: > "make -j" should work with cmd.exe as well. I don't have the log (I deleted it), but I did a maintainer-clean followed by a bootstrap and I received messages that told clearly that -j needed sh.exe. Could be a thing of the make I use (the one in UnxUtils). Juanma