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: [Emacs-diffs] trunk r117672: Remove support for DJGPP < 2.02 Date: Sat, 09 Aug 2014 21:50:04 +0300 Message-ID: <83d2c9lcpv.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1407610240 26003 80.91.229.3 (9 Aug 2014 18:50:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2014 18:50:40 +0000 (UTC) Cc: emacs-devel@gnu.org, rrt@sc3d.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 09 20:50:33 2014 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 1XGBip-0008Jn-Cg for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2014 20:50:31 +0200 Original-Received: from localhost ([::1]:57116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGBip-00051q-1R for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2014 14:50:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGBif-00051e-5M for emacs-devel@gnu.org; Sat, 09 Aug 2014 14:50:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGBiZ-0007mC-UJ for emacs-devel@gnu.org; Sat, 09 Aug 2014 14:50:21 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:49447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGBiZ-0007m1-MY for emacs-devel@gnu.org; Sat, 09 Aug 2014 14:50:15 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NA100K00YG8TY00@mtaout26.012.net.il> for emacs-devel@gnu.org; Sat, 09 Aug 2014 21:48:56 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NA100L5RYXKJT10@mtaout26.012.net.il>; Sat, 09 Aug 2014 21:48:56 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:173518 Archived-At: > From: Stefan Monnier > Date: Sat, 09 Aug 2014 14:32:28 -0400 > Cc: emacs-devel@gnu.org > > > -rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: > > -rem > > -rem + msdos version 3 or better. > > -rem + DJGPP version 2.0 or later (version 2.03 or later recommended). > > -rem + make utility that allows breaking of the 128 chars limit on > > -rem command lines. ndmake (as of version 4.5) won't work due to a > > -rem line length limit. The make that comes with DJGPP does work (and is > > +rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: > > +rem > > +rem + msdos version 3 or better. > > +rem + DJGPP version 2.02 or later (version 2.03 or later recommended). > > +rem + make utility that allows breaking of the 128 chars limit on > > +rem command lines. ndmake (as of version 4.5) won't work due to a > > +rem line length limit. The make that comes with DJGPP does work (and is > > I get the impression that you did not use Emacs to make these changes. > Why do these lines (and others further down) get a ^M at the end? > > > +of GCC (the GNU C compiler), GNU Make, rm, mv, cp, and sed, and > > +version 2.03 or later of DJGPP itself. See the remarks in CONFIG.BAT > > Shouldn't this be 2.02? Thanks, I fixed those.