diff options
| author | Eli Zaretskii | 2010-01-02 05:57:50 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-02 05:57:50 -0500 |
| commit | c4810d2f26b64517c8fefe9e30b296ca41e3f8bc (patch) | |
| tree | 76bc5ababfae1476b41db09c2dbf2c8ad66f64f3 | |
| parent | a179af9bd20b2e9968506003937a152c1cbb5d9e (diff) | |
| parent | 38c1ba62af2dbc5323cc8f04d297b89183d35813 (diff) | |
| download | emacs-c4810d2f26b64517c8fefe9e30b296ca41e3f8bc.tar.gz emacs-c4810d2f26b64517c8fefe9e30b296ca41e3f8bc.zip | |
Merge from mainline.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/Makefile.in | 7 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 7 |
3 files changed, 18 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a90f2f406d..eb35ed93afc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (bzr-update): Renamed from cvs-update. | ||
| 4 | (cvs-update): New target for backward compatibility. | ||
| 5 | |||
| 6 | * makefile.w32-in (bzr-update): Renamed from cvs-update. | ||
| 7 | (cvs-update): New target for backward compatibility. | ||
| 8 | |||
| 1 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | 9 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> |
| 2 | 10 | ||
| 3 | * bookmark.el: Remove gratuitous gratitude. | 11 | * bookmark.el: Remove gratuitous gratitude. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index dfa3a98871e..93e75bc51ef 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -165,8 +165,11 @@ update-subdirs: doit | |||
| 165 | 165 | ||
| 166 | updates: update-subdirs autoloads finder-data custom-deps | 166 | updates: update-subdirs autoloads finder-data custom-deps |
| 167 | 167 | ||
| 168 | # This is useful after "cvs up". | 168 | # This is useful after "bzr up". |
| 169 | cvs-update: recompile autoloads finder-data custom-deps | 169 | bzr-update: recompile autoloads finder-data custom-deps |
| 170 | |||
| 171 | # For backwards compatibility: | ||
| 172 | cvs-update: bzr-update | ||
| 170 | 173 | ||
| 171 | # Update the AUTHORS file. | 174 | # Update the AUTHORS file. |
| 172 | 175 | ||
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index ab079ea360c..aebf60030ae 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -233,8 +233,11 @@ update-subdirs-SH: doit | |||
| 233 | 233 | ||
| 234 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps | 234 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps |
| 235 | 235 | ||
| 236 | # This is useful after "cvs up". | 236 | # This is useful after "bzr up". |
| 237 | cvs-update: recompile autoloads finder-data custom-deps | 237 | bzr-update: recompile autoloads finder-data custom-deps |
| 238 | |||
| 239 | # For backwards compatibility: | ||
| 240 | cvs-update: bzr-update | ||
| 238 | 241 | ||
| 239 | # Update the AUTHORS file. | 242 | # Update the AUTHORS file. |
| 240 | 243 | ||