emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108887: * lisp/Makefile.in (cvs-upda


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108887: * lisp/Makefile.in (cvs-update): Remove old alias.
Date: Thu, 05 Jul 2012 21:31:54 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108887
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-05 21:31:54 -0400
message:
  * lisp/Makefile.in (cvs-update): Remove old alias.
modified:
  lisp/ChangeLog
  lisp/Makefile.in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-05 06:57:57 +0000
+++ b/lisp/ChangeLog    2012-07-06 01:31:54 +0000
@@ -1,3 +1,7 @@
+2012-07-06  Glenn Morris  <address@hidden>
+
+       * Makefile.in (cvs-update): Remove old alias.
+
 2012-07-05  Michael Albinus  <address@hidden>
 
        Sync with Tramp 2.2.6-pre.

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2012-06-22 21:24:54 +0000
+++ b/lisp/Makefile.in  2012-07-06 01:31:54 +0000
@@ -186,14 +186,13 @@
           $(top_srcdir)/build-aux/update-subdirs $$file; \
        done;
 
+# Some modes of make-dist use this.
 updates: update-subdirs autoloads finder-data custom-deps
 
-# This is useful after "bzr up".
+# This is useful after "bzr up"; but it doesn't do anything that a
+# plain "make" at top-level doesn't.
 bzr-update: recompile autoloads finder-data custom-deps
 
-# For backwards compatibility:
-cvs-update: bzr-update
-
 # Update the AUTHORS file.
 
 update-authors:


reply via email to

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