emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101703: Support TAGS targets in


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101703: Support TAGS targets in the w32 build.
Date: Sat, 2 Oct 2010 03:13:29 +0200

On Fri, Oct 1, 2010 at 13:45, Eli Zaretskii <address@hidden> wrote:
> ------------------------------------------------------------
> revno: 101703
> committer: Eli Zaretskii <address@hidden>
> 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

[...etc...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]