]> code.delx.au - gnu-emacs/commitdiff
Neutralize names specific to a repository type.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 18:55:59 +0000 (14:55 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 25 Oct 2014 18:55:59 +0000 (14:55 -0400)
lisp/Makefile.in

index 6f87c6da31210943f8fbca1d19528418f19732a2..b8b03a4736204379e6f7f0c59b1a0ce13b24df79 100644 (file)
@@ -196,18 +196,18 @@ update-subdirs:
           $(srcdir)/../build-aux/update-subdirs $$file; \
        done;
 
-.PHONY: updates bzr-update update-authors
+.PHONY: updates repo-update update-authors
 
 # Some modes of make-dist use this.
 updates: update-subdirs autoloads finder-data custom-deps
 
-# This is useful after "bzr up"; but it doesn't do anything that a
+# This is useful after a repostiory fetch; but it doesn't do anything that a
 # plain "make" at top-level doesn't.
 # The only difference between this and this directory's "all" rule
 # is that this runs "autoloads" as well (because it uses "compile"
 # rather than "compile-main").  In a bootstrap, $(lisp) in src/Makefile
 # triggers this directory's autoloads rule.
-bzr-update: compile finder-data custom-deps
+repo-update: compile finder-data custom-deps
 
 # Update the AUTHORS file.