]> git.eshelyaron.com Git - emacs.git/commitdiff
Rework tags targets in Windows makefiles to protect against old/stupid makes.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 12:12:17 +0000 (14:12 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 12:12:17 +0000 (14:12 +0200)
* lib-src/makefile.w32-in (tags): Remove target.
* src/makefile.w32-in (tags): Rename target to full-tags.

lib-src/ChangeLog
lib-src/makefile.w32-in
src/ChangeLog
src/makefile.w32-in

index 3d8a022229677a01c253cd6f95d1054884121632..93d5e51d285b5943070b272decc3ef19cbf49eed 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Remove target.
+
 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (tags, TAGS): New targets.
index 6d881dbc174c33c6b56a071d79138bfb613fe258..0ef2e06ec710ddc92a84478eb81613077e7a09df 100644 (file)
@@ -380,7 +380,6 @@ getopt.h:           getopt_.h
 
 ### TAGS ###
 
-tags: TAGS
 TAGS: $(BLD)/etags.exe *.c *.h
        $(BLD)/etags.exe *.c *.h
 
index d09c4a1394cbc80c5e25f71f081d079fd2553fef..a8ef551d885cb7356eff7dc3046a2b841b969904 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Rename target to full-tags.
+
 2010-10-02  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs.c (main): Remove !WINDOWSNT conditional.
index daa6ed521988aaf9bcbe72f596561591874f563c..d4a7f47053e360264f028687ec691c188784fd46 100644 (file)
@@ -335,8 +335,8 @@ nt-TAGS-nmake:
        echo This target is not supported with NMake
        exit -1
 
-tags: TAGS TAGS-LISP ../nt/TAGS
-.PHONY: tags
+full-tags: TAGS TAGS-LISP ../nt/TAGS
+.PHONY: full-tags
 
 ### DEPENDENCIES ###