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] /srv/bzr/emacs/trunk r101703: Support TAGS targets in the w32 build. Date: Sat, 02 Oct 2010 13:57:17 +0200 Message-ID: <8339soren6.fsf@gnu.org> References: <83aamxqbnt.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1286020644 11494 80.91.229.12 (2 Oct 2010 11:57:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Oct 2010 11:57:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 02 13:57:22 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P20iQ-0006uI-HP for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 13:57:22 +0200 Original-Received: from localhost ([127.0.0.1]:37042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P20iP-0006Ut-Vj for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 07:57:22 -0400 Original-Received: from [140.186.70.92] (port=40953 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P20iK-0006TR-6G for emacs-devel@gnu.org; Sat, 02 Oct 2010 07:57:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P20iJ-0004CU-3d for emacs-devel@gnu.org; Sat, 02 Oct 2010 07:57:16 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:47020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P20iI-0004CA-T3 for emacs-devel@gnu.org; Sat, 02 Oct 2010 07:57:15 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L9N00K00VKZGQ00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sat, 02 Oct 2010 13:57:13 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.77.74]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9N00KB3VVB8CA0@a-mtaout21.012.net.il>; Sat, 02 Oct 2010 13:57:12 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:131229 Archived-At: > From: Juanma Barranquero > Date: Sat, 2 Oct 2010 13:47:17 +0200 > Cc: emacs-devel@gnu.org >=20 > > =C2=A0tags: TAGS TAGS-LISP ../nt/TAGS > > =C2=A0.PHONY: tags >=20 > Removing these lines and "tags: TAGS" in lib-src/makefile, it finis= hes > and generates the following files: >=20 > lib-src\TAGS > nt\TAGS > src\TAGS > src\TAGS-LISP Okay, so let's go for it. Let's remove the "tags: TAGS" in lib-src/makefile.w32-in, and let's rename `tags' in src/makefile.w32-in into `full-tags'. But since I cannot test this myself, would you please make such a change and commit it if it works for you? TIA