emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101728: Rework tags targets in Windo


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101728: Rework tags targets in Windows makefiles to protect against old/stupid makes.
Date: Sat, 02 Oct 2010 14:12:17 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101728
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-02 14:12:17 +0200
message:
  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.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-10-01 11:45:16 +0000
+++ b/lib-src/ChangeLog 2010-10-02 12:12:17 +0000
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (tags): Remove target.
+
 2010-10-01  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (tags, TAGS): New targets.

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2010-10-01 11:45:16 +0000
+++ b/lib-src/makefile.w32-in   2010-10-02 12:12:17 +0000
@@ -380,7 +380,6 @@
 
 ### TAGS ###
 
-tags: TAGS
 TAGS: $(BLD)/etags.exe *.c *.h
        $(BLD)/etags.exe *.c *.h
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-02 08:24:14 +0000
+++ b/src/ChangeLog     2010-10-02 12:12:17 +0000
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (tags): Rename target to full-tags.
+
 2010-10-02  Eli Zaretskii  <address@hidden>
 
        * emacs.c (main): Remove !WINDOWSNT conditional.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2010-10-01 11:45:16 +0000
+++ b/src/makefile.w32-in       2010-10-02 12:12:17 +0000
@@ -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 ###
 


reply via email to

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