unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101703: Support TAGS targets in the w32 build.
Date: Sat, 02 Oct 2010 09:47:02 +0200	[thread overview]
Message-ID: <83aamxqbnt.fsf@gnu.org> (raw)
In-Reply-To: <AANLkTi=pYOFdhCPG8-Jr8mio0Cmzq1C49-CBVAoARd=S@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Sat, 2 Oct 2010 03:13:29 +0200
> Cc: Emacs developers <emacs-devel@gnu.org>
> 
> On Fri, Oct 1, 2010 at 13:45, Eli Zaretskii <eliz@gnu.org> wrote:
> > ------------------------------------------------------------
> > revno: 101703
> > committer: Eli Zaretskii <eliz@gnu.org>
> > branch nick: trunk
> > timestamp: Fri 2010-10-01 13:45:16 +0200
> > message:
> >  Support TAGS targets in the w32 build.
> 
> C:\emacs> cd nt
> C:\emacs\nt> make tags
> 
> ../lib-src/oo-spd/i386/etags C:/emacs/nt/*.c
> make  -C ../src TAGS TAGS-LISP
> make[1]: Entering directory `C:/emacs/src'
> make[1]: Circular TAGS <- TAGS dependency dropped.
> make -w nt-TAGS-gmake
> make[2]: Entering directory `C:/emacs/src'
> make -w -C ../nt TAGS
> make[3]: Entering directory `C:/emacs/nt'
> ../lib-src/oo-spd/i386/etags C:/emacs/nt/*.c
> make -w -C ../src TAGS TAGS-LISP
> make[4]: Entering directory `C:/emacs/src'
> make[4]: Circular TAGS <- TAGS dependency dropped.
> make -w nt-TAGS-gmake
> make[5]: Entering directory `C:/emacs/src'
> make -w -C ../nt TAGS
> make[6]: Entering directory `C:/emacs/nt'
> ../lib-src/oo-spd/i386/etags C:/emacs/nt/*.c
> make -w -C ../src TAGS TAGS-LISP

That's strange.  What version of Make do you use?  Was it compiled to
be case-insensitive or something?  Otherwise, how do you explain this:

> make[1]: Entering directory `C:/emacs/src'
> make[1]: Circular TAGS <- TAGS dependency dropped.

Anyway, I cannot reproduce this with Make 3.82 built out of the box
from the official GNU distro.  Did you invoke Make when any of the
TAGS files involved already existed?  If so, which ones?  I tried with
all the files missing and with all the files existing, but not with
other permutations, so maybe there's something I don't see.

Does the problem go away if you remove these two lines:

  tags: TAGS TAGS-LISP ../nt/TAGS
  .PHONY: tags

from src/makefile.w32-in, or replace `tags' (lower-case) with
`full-tags' or some such?




  reply	other threads:[~2010-10-02  7:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1P1eYK-0004bE-CK@internal.in.savannah.gnu.org>
2010-10-02  1:13 ` [Emacs-diffs] /srv/bzr/emacs/trunk r101703: Support TAGS targets in the w32 build Juanma Barranquero
2010-10-02  7:47   ` Eli Zaretskii [this message]
2010-10-02 11:47     ` Juanma Barranquero
2010-10-02 11:57       ` Eli Zaretskii
2010-10-02 12:15         ` Juanma Barranquero
2010-10-02 13:21           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83aamxqbnt.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).