From fe133ac02fff4bca158aeebf799779798866736f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Oct 2014 15:53:26 -0400 Subject: [PATCH] Neutralize some production names specific to a repository type. --- lisp/makefile.w32-in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index cb2a1b4e4bb..08a4219ee6b 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -257,11 +257,11 @@ update-subdirs-SH: doit updates: $(lisp)/subdirs.el autoloads mh-autoloads finder-data custom-deps -# This is useful after "bzr up". -bzr-update: recompile autoloads finder-data custom-deps +# This is useful after a repository fetch. +repo-update: recompile autoloads finder-data custom-deps # For backwards compatibility: -cvs-update: bzr-update +cvs-update: repo-update # Update the AUTHORS file. -- 2.39.5