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: draft patch to import md5 module from gnulib Date: Fri, 18 Feb 2011 11:42:08 +0200 Message-ID: <83zkptvfv3.fsf@gnu.org> References: <4D5E2B45.10408@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298022144 14055 80.91.229.12 (18 Feb 2011 09:42:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Feb 2011 09:42:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 18 10:42:20 2011 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 1PqMqx-0004lR-Ds for ged-emacs-devel@m.gmane.org; Fri, 18 Feb 2011 10:42:19 +0100 Original-Received: from localhost ([127.0.0.1]:43604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqMqw-0004HI-Kv for ged-emacs-devel@m.gmane.org; Fri, 18 Feb 2011 04:42:18 -0500 Original-Received: from [140.186.70.92] (port=44404 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqMqr-0004Gc-J4 for emacs-devel@gnu.org; Fri, 18 Feb 2011 04:42:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqMqn-0001gy-M8 for emacs-devel@gnu.org; Fri, 18 Feb 2011 04:42:13 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqMqn-0001go-BM for emacs-devel@gnu.org; Fri, 18 Feb 2011 04:42:09 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LGT0000041ZE700@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 18 Feb 2011 11:42:02 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.140.24]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LGT00MT14A1D3E0@a-mtaout20.012.net.il>; Fri, 18 Feb 2011 11:42:02 +0200 (IST) In-reply-to: <4D5E2B45.10408@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:136173 Archived-At: > Date: Fri, 18 Feb 2011 00:18:13 -0800 > From: Paul Eggert > > For Windows, I expect the hand-generated makefiles will need to be > changed to compile lib/md5.c instead of src/md5.c, since the file was > moved. Yes, it looks like that would be the only change needed. Please post here a message when you commit these changes, so that the Windows build could be fixed ASAP after that. Thanks.