emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118203: Neutralize names specific to a repository t


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r118203: Neutralize names specific to a repository type.
Date: Sat, 25 Oct 2014 18:56:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118203
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Sat 2014-10-25 14:55:59 -0400
message:
  Neutralize names specific to a repository type.
modified:
  lisp/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2014-10-06 14:12:56 +0000
+++ b/lisp/Makefile.in  2014-10-25 18:55:59 +0000
@@ -196,18 +196,18 @@
           $(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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]