]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename cvs-update to bzr-update in lisp/ Makefiles.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Jan 2010 10:42:11 +0000 (12:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jan 2010 10:42:11 +0000 (12:42 +0200)
 Makefile.in (bzr-update): Renamed from cvs-update.
 (cvs-update): New target for backward compatibility.

 makefile.w32-in (bzr-update): Renamed from cvs-update.
(cvs-update): New target for backward compatibility.

lisp/ChangeLog
lisp/Makefile.in
lisp/makefile.w32-in

index 4a90f2f406d81d0e7a0d2b589147e3344c743b09..eb35ed93afcb42df606c387aabc0ca9527188150 100644 (file)
@@ -1,3 +1,11 @@
+2010-01-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (bzr-update): Renamed from cvs-update.
+       (cvs-update): New target for backward compatibility.
+
+       * makefile.w32-in (bzr-update): Renamed from cvs-update.
+       (cvs-update): New target for backward compatibility.
+
 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
 
        * bookmark.el: Remove gratuitous gratitude.
index dfa3a98871e5347d2ae987d03acc558aaf4024f9..93e75bc51efddf44be170ad83544b988d2212028 100644 (file)
@@ -165,8 +165,11 @@ update-subdirs: doit
 
 updates: update-subdirs autoloads finder-data custom-deps
 
-# This is useful after "cvs up".
-cvs-update: recompile autoloads finder-data custom-deps
+# This is useful after "bzr up".
+bzr-update: recompile autoloads finder-data custom-deps
+
+# For backwards compatibility:
+cvs-update: bzr-update
 
 # Update the AUTHORS file.
 
index ab079ea360cfbfc100de5a54ba8641f376cb325d..aebf60030ae85f080a56f51814efe2612e977b1a 100644 (file)
@@ -233,8 +233,11 @@ update-subdirs-SH: doit
 
 updates: update-subdirs autoloads mh-autoloads finder-data custom-deps
 
-# This is useful after "cvs up".
-cvs-update: recompile autoloads finder-data custom-deps
+# This is useful after "bzr up".
+bzr-update: recompile autoloads finder-data custom-deps
+
+# For backwards compatibility:
+cvs-update: bzr-update
 
 # Update the AUTHORS file.