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: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101703: Support TAGS targets in the w32 build. Date: Sat, 2 Oct 2010 13:47:17 +0200 Message-ID: References: <83aamxqbnt.fsf@gnu.org> 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 1286020089 9544 80.91.229.12 (2 Oct 2010 11:48:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Oct 2010 11:48:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 02 13:48:08 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 1P20ZU-0004bk-24 for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 13:48:08 +0200 Original-Received: from localhost ([127.0.0.1]:53061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P20ZT-0004GU-8S for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 07:48:07 -0400 Original-Received: from [140.186.70.92] (port=56101 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P20ZM-0004Fy-Ri for emacs-devel@gnu.org; Sat, 02 Oct 2010 07:48:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P20ZL-0001nK-LL for emacs-devel@gnu.org; Sat, 02 Oct 2010 07:48:00 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:43049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P20ZL-0001nD-ED; Sat, 02 Oct 2010 07:47:59 -0400 Original-Received: by iwn33 with SMTP id 33so7532280iwn.0 for ; Sat, 02 Oct 2010 04:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=RO6FPmHfkZazKie65aTeF+Lj9nN6EsET7josbVmLq+o=; b=RYfyKT5FyPBPDGQga+30cuS4m3Z02LHPJVO0hc+0GQKHLUis8nN2yIg8WOzay736GD YpU42YuzXaO/r1xqEeNyzQbiURpFRFgqs+3ZNc3bkcEzwFe3yIqfVvk/N6MWOMWeI8GA jHkervGjVvUlSzpJ4Ws2rBzHQODistvvSoMb0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=le57p4jzL41+3uEgq0KypGJleCkCkKtKBYgpxmou6+oVXwpwOXMKKALARwAarfgw40 KjbleMo3aWr1hDqFPlteIksF04GqwpqBa+fA14PBq8drOmFdosYXoiqb8LGkQS9qsGJr b+QCz4JDdSbKK2+yv8jyaa5YwkA3vlxr9ObdE= Original-Received: by 10.231.31.135 with SMTP id y7mr7076553ibc.139.1286020078374; Sat, 02 Oct 2010 04:47:58 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Sat, 2 Oct 2010 04:47:17 -0700 (PDT) In-Reply-To: <83aamxqbnt.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:131228 Archived-At: On Sat, Oct 2, 2010 at 09:47, Eli Zaretskii wrote: > That's strange. =C2=A0What version of Make do you use? An old one from UnxUtils. C:\> make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-pc-mingw32 > Was it compiled to be case-insensitive or something? Don't know, but I wouldn't be surprised. > Did you invoke Make when any of the > TAGS files involved already existed? No. > Does the problem go away if you remove these two lines: > > =C2=A0tags: TAGS TAGS-LISP ../nt/TAGS > =C2=A0.PHONY: tags Removing these lines and "tags: TAGS" in lib-src/makefile, it finishes and generates the following files: lib-src\TAGS nt\TAGS src\TAGS src\TAGS-LISP =C2=A0 =C2=A0 Juanma