From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2.90 pretest Date: Tue, 09 Nov 2010 20:37:50 -0700 Message-ID: <4CDA138E.1000405@gmail.com> References: <87fwvbf9n7.fsf@stupidchicken.com> <87y69243ck.fsf@gmail.com> <87sjza9mfn.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1289360289 14780 80.91.229.12 (10 Nov 2010 03:38:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2010 03:38:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 04:38:03 2010 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.69) (envelope-from ) id 1PG1VY-0007gM-Li for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2010 04:38:00 +0100 Original-Received: from localhost ([127.0.0.1]:53602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PG1VY-00086D-2z for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2010 22:38:00 -0500 Original-Received: from [140.186.70.92] (port=39972 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PG1VU-00085x-Dk for emacs-devel@gnu.org; Tue, 09 Nov 2010 22:37:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PG1VT-0003Ds-CA for emacs-devel@gnu.org; Tue, 09 Nov 2010 22:37:56 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:54965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PG1VT-0003Df-8c for emacs-devel@gnu.org; Tue, 09 Nov 2010 22:37:55 -0500 Original-Received: by gxk2 with SMTP id 2so120843gxk.0 for ; Tue, 09 Nov 2010 19:37:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yJ6FoQBM4lkZ78P1vlpXiBPUzcmyo1NnJVaFEO7L9so=; b=kCOjUU+by9vi1BWvkW/ebXRMnO1OzJBzhFQZU8FVe0ksJXwFABRBE7AIk9+NFmc1cX BTOeLH4iT74SAQhJKgt1YgBArm9Wm0R9R4Qxpuzx2VKDD9QmRb7aehxZhZoz4vncN8km gOZDCf3CwSgO9c3wSBMXM6/xmzhWR/7FEMTEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Bylog1E0WZBe257zF3eDrExVH1F+HLF0V8WZZvyLg9hTg701Zlq4IsklpAJd5HEc39 qaSAbcWHcbWRGHF4Yk3rujR6yun7dzS52/iCKFUpf02uFTKEqb8lX00yUVgCmZY9neZN lvq2tBwRrOHJeeyD+UVdd7pQZBGz+YT/FDPxc= Original-Received: by 10.150.136.12 with SMTP id j12mr11925974ybd.421.1289360273709; Tue, 09 Nov 2010 19:37:53 -0800 (PST) Original-Received: from [192.168.1.2] (71-208-193-55.hlrn.qwest.net [71.208.193.55]) by mx.google.com with ESMTPS id p38sm1204982ybk.4.2010.11.09.19.37.51 (version=SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 19:37:52 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <87sjza9mfn.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: GNU/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:132494 Archived-At: On 11/9/2010 3:11 PM, Chong Yidong wrote: > The "make dist" target was added to nt/makefile.w32-in only in the > trunk. > > Is there a problem with generating the Windows binaries for the 23.2.9x > pre.test the old way (i.e., however it was done before July)? Probably not, but backporting the change to the 23.2 branch should not be too bad I think. I am not sure why we didn't do that back in July. Christoph