diff options
| author | Glenn Morris | 2013-11-02 12:18:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 12:18:50 -0700 |
| commit | b0b9e5923267012e5c4f3523ee601c229ea85232 (patch) | |
| tree | eae7642a57eb26e46185d176f8c65033a21a0f8b /lisp/ChangeLog | |
| parent | 5246583bdbbf7f00daae1d94abfd17b28dcbddac (diff) | |
| download | emacs-b0b9e5923267012e5c4f3523ee601c229ea85232.tar.gz emacs-b0b9e5923267012e5c4f3523ee601c229ea85232.zip | |
Small Makefile cleanup mainly related to tags file generation
* src/Makefile.in (abs_srcdir): New, set by configure.
(maintainer-clean): Remove pointless echo. That should be in the
top-level Makefile, if anywhere. Delete TAGS-LISP.
(extraclean): No s/ and m/ directories for some time.
(TAGS): Remove no-longer-defined S_FILE.
Pass absolute filenames to etags once more.
(TAGS-LISP, $(lwlibdir)/TAGS): Correctly pass ETAGS to sub-makes.
($(lwlibdir)/TAGS): Remove useless subshell, check cd return value.
* lisp/Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
(lisptagsfiles4): Use absolute filenames again.
(TAGS, TAGS-LISP): Not everything needs to run in one line.
Remove all *loaddefs files, not just the first. Remove esh-groups.
(maintainer-clean): Delete TAGS, TAGS-LISP.
* lwlib/Makefile.in (abs_srcdir): New, set by configure.
(ETAGS, ctagsfiles): New variables.
(TAGS): Use ETAGS, ctagsfiles. Use absolute filenames again.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fba59e1c8b8..8bdf2d3a83e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3) | ||
| 4 | (lisptagsfiles4): Use absolute filenames again. | ||
| 5 | (TAGS, TAGS-LISP): Not everything needs to run in one line. | ||
| 6 | Remove all *loaddefs files, not just the first. Remove esh-groups. | ||
| 7 | (maintainer-clean): Delete TAGS, TAGS-LISP. | ||
| 8 | |||
| 1 | 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com> | 9 | 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 10 | ||
| 3 | * emacs-lisp/package.el (package-version-join): Recognize | 11 | * emacs-lisp/package.el (package-version-join): Recognize |