changeset 106706:f2acba714cf4

Rename cvs-update to bzr-update in lisp/ Makefiles. 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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Jan 2010 12:42:11 +0200
parents a7854ddcdd85
children 51aa25e5e86b 4d0362d9b52f
files lisp/ChangeLog lisp/Makefile.in lisp/makefile.w32-in
diffstat 3 files changed, 18 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jan 02 11:44:51 2010 +0200
+++ b/lisp/ChangeLog	Sat Jan 02 12:42:11 2010 +0200
@@ -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.
--- a/lisp/Makefile.in	Sat Jan 02 11:44:51 2010 +0200
+++ b/lisp/Makefile.in	Sat Jan 02 12:42:11 2010 +0200
@@ -165,8 +165,11 @@
 
 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.
 
--- a/lisp/makefile.w32-in	Sat Jan 02 11:44:51 2010 +0200
+++ b/lisp/makefile.w32-in	Sat Jan 02 12:42:11 2010 +0200
@@ -233,8 +233,11 @@
 
 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.