From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: "nmake info" Windows patch Date: 22 Feb 2003 21:44:02 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3E56A017.9050705@runestig.com> <3405-Sat22Feb2003112154+0200-eliz@is.elta.co.il> <2593-Sat22Feb2003211157+0200-eliz@is.elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045950346 13365 80.91.224.249 (22 Feb 2003 21:45:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 22 Feb 2003 21:45:46 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18mhSq-0003TP-00 for ; Sat, 22 Feb 2003 22:45:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18mhhV-0006eJ-00 for ; Sat, 22 Feb 2003 23:00:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18mhS7-0000kn-01 for emacs-devel@quimby.gnus.org; Sat, 22 Feb 2003 16:44:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18mhRm-0000hy-00 for emacs-devel@gnu.org; Sat, 22 Feb 2003 16:44:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18mhRj-0000eI-00 for emacs-devel@gnu.org; Sat, 22 Feb 2003 16:44:37 -0500 Original-Received: from server0011.freedom2surf.net ([194.106.56.14] helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18mhRj-0000do-00 for emacs-devel@gnu.org; Sat, 22 Feb 2003 16:44:35 -0500 Original-Received: from nyaumo.jasonr.f2s.com ([195.137.103.251]) h1MLikP5032532; Sat, 22 Feb 2003 21:44:47 GMT Original-Received: from nyaumo.jasonr.f2s.com (localhost [127.0.0.1]) by nyaumo.jasonr.f2s.com (Postfix) with ESMTP id B79E44A7F3; Sat, 22 Feb 2003 21:44:02 +0000 (GMT) Original-To: Eli Zaretskii In-Reply-To: <2593-Sat22Feb2003211157+0200-eliz@is.elta.co.il> Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-cc: peter@runestig.com X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11864 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11864 "Eli Zaretskii" writes: > > From: Jason Rumney > > Date: 22 Feb 2003 10:13:31 +0000 > > > > We already require rm and cp for other purposes. > > What about `mv'--is it required as well? I think some of the patches > used it. configure.bat only checks for cp and rm. I don't think there has been a need for mv in the past. But if cp and rm are available, it is likely that mv is also available, since those three usually come together (in fileutils or baseutils or somesuch package). We should add a check for it in configure.bat if we need it though.