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: lisp/Makefile.unix ?? Date: Thu, 28 Jul 2005 22:05:17 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122577602 29300 80.91.229.2 (28 Jul 2005 19:06:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2005 19:06:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 28 21:06:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DyDhC-0001QT-MC for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2005 21:05:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyDjf-0002gG-1A for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2005 15:08:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DyDjV-0002g1-Ik for emacs-devel@gnu.org; Thu, 28 Jul 2005 15:07:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DyDjU-0002fX-FD for emacs-devel@gnu.org; Thu, 28 Jul 2005 15:07:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyDjU-0002fU-9L for emacs-devel@gnu.org; Thu, 28 Jul 2005 15:07:52 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DyDsF-0003Na-Rx for emacs-devel@gnu.org; Thu, 28 Jul 2005 15:16:56 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-249-198.inter.net.il [84.228.249.198]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BZC03205 (AUTH halo1); Thu, 28 Jul 2005 22:05:15 +0300 (IDT) Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Thu, 28 Jul 2005 10:42:12 +0200) 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:41276 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41276 > Date: Thu, 28 Jul 2005 10:42:12 +0200 > From: Juanma Barranquero > > This line of nt/configure.bat puzzles me. What purpose does it serve? > > if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.unix > > On in-place installs, the next "cvs update" will bring back > lisp/Makefile.in, and afterwards it is never copied again, so it grows > progressively stale. I think this line is obsolete and should be removed.