From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: lisp/Makefile.unix ?? Date: Thu, 28 Jul 2005 10:42:12 +0200 Message-ID: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122541835 13952 80.91.229.2 (28 Jul 2005 09:10:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2005 09:10:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 28 11:10:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dy4Ou-0003Co-CP for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2005 11:10:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dy4RK-0001Ac-Sd for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2005 05:12:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dy4CP-0001Pd-DC for emacs-devel@gnu.org; Thu, 28 Jul 2005 04:57:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dy4CM-0001P5-Vu for emacs-devel@gnu.org; Thu, 28 Jul 2005 04:57:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dy40V-0007FK-00 for emacs-devel@gnu.org; Thu, 28 Jul 2005 04:44:48 -0400 Original-Received: from [64.233.182.204] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dy49C-0002yO-Dq for emacs-devel@gnu.org; Thu, 28 Jul 2005 04:53:46 -0400 Original-Received: by nproxy.gmail.com with SMTP id b2so86212nfe for ; Thu, 28 Jul 2005 01:42:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LvsBcO4LEBQymaDjPcJYeCQmmtUszZT217RHS5koDti5nvUmC80+0N+uW+8XxxbrKv4Xvhbhkff9HT+MUAtGRoCWnxmclvXZDMZoxcmtQXnAXrMzuz1yIH4jqtiN7UVD9tq9iICLkRIhNTQT1wSsgl/6LaxqhH8rNoDA+7SEt4c= Original-Received: by 10.48.250.16 with SMTP id x16mr57262nfh; Thu, 28 Jul 2005 01:42:12 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 28 Jul 2005 01:42:11 -0700 (PDT) Original-To: Emacs Devel Content-Disposition: inline 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:41258 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41258 This line of nt/configure.bat puzzles me. What purpose does it serve? if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.un= ix 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. Moreover, Makefile.unix is not used anywhere AFAICS. --=20 /L/e/k/t/u