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 02:36:15 +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 1213835792 21113 80.91.229.12 (19 Jun 2008 00:36:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 00:36:32 +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 02:37:16 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 1K989L-0007FK-Kn for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 02:37:15 +0200 Original-Received: from localhost ([127.0.0.1]:37233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K988X-00055I-5m for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 20:36:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K988Q-00051s-Rz for emacs-devel@gnu.org; Wed, 18 Jun 2008 20:36:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K988P-0004zb-3W for emacs-devel@gnu.org; Wed, 18 Jun 2008 20:36:18 -0400 Original-Received: from [199.232.76.173] (port=45673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K988O-0004zN-Qw for emacs-devel@gnu.org; Wed, 18 Jun 2008 20:36:16 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.169]:57590) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K988O-0002p1-D3 for emacs-devel@gnu.org; Wed, 18 Jun 2008 20:36:16 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so897755ugc.48 for ; Wed, 18 Jun 2008 17:36:15 -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=Ka9XUcn5A1pKZVQvhYleBIqzxCX8NW5A+rRXug51kEc=; b=kStRcdgevod2xLOI3PToa//MZSEOKw+Ne8Xpgo78n0uPtCHyxfko57BEHhKvSuOEeR doQ5lDfLHEakHDej5D9bZ2Vv9VfOvrS/hSevC42YASDPJRsYzIKR/eAsj9VrgYpUQYmF x5PvUm4805YmxeOZ+ya4a6EwlVYGUJ1D/QqI0= 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=PgdQmoayGVOwLAXwCAkLdXkfpgjl1GZOQQNdK9ZGbQpQ1X/abEKK2XT1G2dDKLsazZ hkkyFmCCQt35w9IgaCQNsx0tFabSsaUBt7xABdqwQmBA1YLBnYUENF0XN7eEJBV+x59I tteNfrLsmnGE+hXIGDzPBQS4JCRfj9a4HT5GA= Original-Received: by 10.210.67.4 with SMTP id p4mr1237371eba.77.1213835775547; Wed, 18 Jun 2008 17:36:15 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Wed, 18 Jun 2008 17:36:15 -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:99426 Archived-At: >> However, >> please test the result under `make -j 2 XMFLAGS="-j 2" bootstrap', to >> make sure they don't break parallel builds. > > Aha, good idea. Will do (it'll take a while). Well, I've tested it with parallel builds and, *apparently* it works OK. I say "apparently" because the parallel build needs sh, and the sh.exe I have is not in good speaking terms with the rest of the tools I use for building Emacs. So I wouldn't rule out that it has worked without anything particularly "parallel" going on. Could someone who regularly does parallel builds on Windows please try the patch? Juanma