changeset 110700:9dcb17ed6ae2

Rework tags targets in Windows makefiles to protect against old/stupid makes. * lib-src/makefile.w32-in (tags): Remove target. * src/makefile.w32-in (tags): Rename target to full-tags.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 02 Oct 2010 14:12:17 +0200
parents 295298da2c13
children af844b79b99f
files lib-src/ChangeLog lib-src/makefile.w32-in src/ChangeLog src/makefile.w32-in
diffstat 4 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Sat Oct 02 10:35:45 2010 +0000
+++ b/lib-src/ChangeLog	Sat Oct 02 14:12:17 2010 +0200
@@ -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.
--- a/lib-src/makefile.w32-in	Sat Oct 02 10:35:45 2010 +0000
+++ b/lib-src/makefile.w32-in	Sat Oct 02 14:12:17 2010 +0200
@@ -380,7 +380,6 @@
 
 ### TAGS ###
 
-tags: TAGS
 TAGS: $(BLD)/etags.exe *.c *.h
 	$(BLD)/etags.exe *.c *.h
 
--- a/src/ChangeLog	Sat Oct 02 10:35:45 2010 +0000
+++ b/src/ChangeLog	Sat Oct 02 14:12:17 2010 +0200
@@ -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.
--- a/src/makefile.w32-in	Sat Oct 02 10:35:45 2010 +0000
+++ b/src/makefile.w32-in	Sat Oct 02 14:12:17 2010 +0200
@@ -335,8 +335,8 @@
 	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 ###