From 38c1ba62af2dbc5323cc8f04d297b89183d35813 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Jan 2010 12:42:11 +0200 Subject: [PATCH] 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. --- lisp/ChangeLog | 8 ++++++++ lisp/Makefile.in | 7 +++++-- lisp/makefile.w32-in | 7 +++++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a90f2f406d..eb35ed93afc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2010-01-02 Eli Zaretskii + + * 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 * bookmark.el: Remove gratuitous gratitude. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index dfa3a98871e..93e75bc51ef 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index ab079ea360c..aebf60030ae 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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. -- 2.11.4.GIT