# HG changeset patch # User Eli Zaretskii # Date 1262428931 -7200 # Node ID f2acba714cf443a54fa1af2a8ce3592c1ad54dae # Parent a7854ddcdd85c57c4b7dde692abdf4d57c6883b9 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. diff -r a7854ddcdd85 -r f2acba714cf4 lisp/ChangeLog --- 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 + + * 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 -r a7854ddcdd85 -r f2acba714cf4 lisp/Makefile.in --- 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. diff -r a7854ddcdd85 -r f2acba714cf4 lisp/makefile.w32-in --- 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.