From: Eric S. Raymond Date: Sat, 25 Oct 2014 18:55:59 +0000 (-0400) Subject: Neutralize names specific to a repository type. X-Git-Tag: emacs-25.0.90~2635^2~651 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/88a297f3a221bcd4828cabfd9e345ef8b5f77310 Neutralize names specific to a repository type. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 6f87c6da31..b8b03a4736 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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.