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] Changes to emacs/lib-src/makefile.w32-in,v Date: Tue, 28 Nov 2006 06:10:47 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164687203 23544 80.91.229.2 (28 Nov 2006 04:13:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 04:13:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 05:13:18 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GouLJ-0003FR-5R for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 05:13:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GouLI-0005a8-HW for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 23:13:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GouJ2-0003ZW-VF for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:10:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GouJ0-0003YI-Ri for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:10:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GouJ0-0003YA-IM for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:10:50 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GouIz-0006Cr-0C for emacs-devel@gnu.org; Mon, 27 Nov 2006 23:10:49 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-2-117.inter.net.il [83.130.2.117]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BCU34705 (AUTH halo1); Tue, 28 Nov 2006 06:10:46 +0200 (IST) Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) 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:62901 Archived-At: > Date: Mon, 27 Nov 2006 17:20:55 +0100 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > > (While at that, we should also avoid recreating makefile's and other > > files produced by nt/configure.bat if the new version would be > > identical to the old one, to avoid unnecessary recompilation.) > > That shouldn't be too tricky, if you can count on a reliable way to > compare the old and new files. (Do we require diff right now? I don't > think so.) We could write a small program that does what the move-if-changed script does, and use that.