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: Mon, 27 Nov 2006 15:33:57 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164649762 22961 80.91.229.2 (27 Nov 2006 17:49:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 17:49:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 27 18:49:16 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 1Gokb6-0000gg-08 for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 18:48:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gokb5-0008Ug-F5 for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 12:48:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GokK8-00036d-Jb for emacs-devel@gnu.org; Mon, 27 Nov 2006 12:31:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GokK6-00034d-7e for emacs-devel@gnu.org; Mon, 27 Nov 2006 12:31:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GokK6-00034H-11 for emacs-devel@gnu.org; Mon, 27 Nov 2006 12:31:18 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GojYe-0004JG-IN for emacs-devel@gnu.org; Mon, 27 Nov 2006 11:42:16 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by mx20.gnu.org with esmtp (Exim 4.52) id 1Gogdf-0004h5-CE for emacs-devel@gnu.org; Mon, 27 Nov 2006 08:35:15 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-239-68.inter.net.il [84.229.239.68]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GJR54785 (AUTH halo1); Mon, 27 Nov 2006 15:33:58 +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:62871 Archived-At: > Date: Mon, 27 Nov 2006 10:42:00 +0100 > From: "Juanma Barranquero" > Cc: "Emacs Devel" > > On 11/27/06, Eli Zaretskii wrote: > > > +# emacsclient.$(O) depends on makefile.w32-in because makefile.w32-in > > +# can be edited to define VERSION string, which is part of ECLIENT_CFLAGS. > > I didn't think of it because makefile.w32-in's VERSION number is only > modified at release time. As it was, it would show the wrong version > number only for developers compiling (not bootstrapping) from the CVS, > and only when emacsclient.c is not modified in a release. But you're > right in changing it, of course. It's not that I'm so clever, it's just that after "cvs up" and "configure", saying "make" didn't rebuild anything.