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: msdos build patch Date: Mon, 10 May 2010 20:13:12 +0300 Message-ID: <83zl07ptnb.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1273512327 17975 80.91.229.12 (10 May 2010 17:25:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 May 2010 17:25:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 10 19:25:25 2010 connect(): No such file or directory 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 1OBWjN-0003GR-J6 for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 19:25:25 +0200 Original-Received: from localhost ([127.0.0.1]:34272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBWjM-0005mv-Tb for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 13:25:24 -0400 Original-Received: from [140.186.70.92] (port=41592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBWb1-0006Y4-Tv for emacs-devel@gnu.org; Mon, 10 May 2010 13:17:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBWZw-0004Y7-Im for emacs-devel@gnu.org; Mon, 10 May 2010 13:16:36 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:45230) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBWZw-0004Xb-C8; Mon, 10 May 2010 13:15:40 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2700I00RRHGQ00@a-mtaout20.012.net.il>; Mon, 10 May 2010 20:15:10 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.0.144]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2700D0RRX9RBG0@a-mtaout20.012.net.il>; Mon, 10 May 2010 20:15:10 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:124669 Archived-At: > cc: emacs-devel@gnu.org > From: Glenn Morris > Date: Mon, 10 May 2010 02:14:25 -0400 > > Does this patch (or something like it) look ok for the msdos build? > The motivation is to remove the last use of cpp in lib-src/Makefile.in. It's hard to say at a glance, and I don't have more than that for the moment. Go ahead and commit it, and I will try the result when I have time. > BTW, config.bat still seems to contain code for the > no-longer-supported DJGPP v1.x case. Right, I will remove that. Thanks.