summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-01-02 12:42:11 +0200
committerEli Zaretskii <eliz@gnu.org>2010-01-02 12:42:11 +0200
commit38c1ba62af2dbc5323cc8f04d297b89183d35813 (patch)
treed7152e6c39afbca15adac8aa849de17a07246386 /lisp/Makefile.in
parentab507311880d1b971a6bfad2676d92548041f63f (diff)
downloademacs-38c1ba62af2dbc5323cc8f04d297b89183d35813.tar.gz
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.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in7
1 files changed, 5 insertions, 2 deletions
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.