From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Generating byteswap.h on Windows Date: Fri, 04 Oct 2013 16:33:20 +0200 Message-ID: <524ED1B0.7020903@gmx.at> References: <524E9166.8090408@gmx.at> <8338ohcnn3.fsf@gnu.org> <524EB8EA.8040707@gmx.at> <83zjqpb010.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380897224 16159 80.91.229.3 (4 Oct 2013 14:33:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2013 14:33:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 04 16:33:46 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VS6Rt-0007la-R1 for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2013 16:33:45 +0200 Original-Received: from localhost ([::1]:48308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS6Rt-0000Mj-CG for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2013 10:33:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS6Ri-0000Gc-RD for emacs-devel@gnu.org; Fri, 04 Oct 2013 10:33:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS6RY-0004vC-DK for emacs-devel@gnu.org; Fri, 04 Oct 2013 10:33:34 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:59361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS6RY-0004ux-3O for emacs-devel@gnu.org; Fri, 04 Oct 2013 10:33:24 -0400 Original-Received: from [62.47.58.55] ([62.47.58.55]) by mail.gmx.com (mrgmx002) with ESMTPA (Nemesis) id 0Lxxw4-1VvcF40sTM-015LRq for ; Fri, 04 Oct 2013 16:33:22 +0200 In-Reply-To: <83zjqpb010.fsf@gnu.org> X-Provags-ID: V03:K0:lO6EmL5+PTdbLXHVixkEd7Y8koPpHkFgLUmXkms1HfSWvy22TjZ UlE3NaeFWF0mOEIYTUyYXRhS3GlYAOlmwq4vdo/UhCWUHZDcGwB124QT/zrzR4ig8bTnfvK 0MLuB+1LClfgOkTESLKIF1K/jUYguL2au2aSaoepfzavJlCdqUPg+sz6YPyLH97yXGpFBsk g0FzUvGRiFbysSgvmeN+w== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163849 Archived-At: > If the build was broken, and your change fixes it, the fix is worth > installing, so that others could build successfully. We can always > improve the fix later, if needed. It is Paul's fix, not mine. > IOW, installing a fix can never make things worse than they are when > the build is broken. How can I tell whether a build is broken generally or just on my machine? > You can "bzr commit" specific files. But the general rule for this is > add the file to .bzrignore. I added it there. > You will always have my approval for committing something that fixes a > broken build. I just don't want that it will always depend on me, > because I'm sometimes busy or unavailable. Committed as revision#114521. Please have a look as soon as you have time. Thanks, martin