diff options
| author | Lars Ingebrigtsen | 2019-06-20 17:04:04 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-20 17:04:04 +0200 |
| commit | de4e1bddb1c4823af4d04f0bff5b4a0217e9701d (patch) | |
| tree | 856433079bfe755b0f026c0c2744522414f3b0c5 /admin | |
| parent | 756c48b33fc501003fb46598ed44c8a701c7a4df (diff) | |
| download | emacs-de4e1bddb1c4823af4d04f0bff5b4a0217e9701d.tar.gz emacs-de4e1bddb1c4823af4d04f0bff5b4a0217e9701d.zip | |
Make extraclean return tree to pristine state by deleting more
* src/Makefile.in (extraclean): Remove TAGS and config.in.
* Makefile.in (extraclean): Remove info, configure and
emacsver.texi in extraclean.
* admin/unidata/Makefile.in (extraclean): Make it depend on
distclean to remove .elc files.
* leim/Makefile.in (extraclean): Depend on bootstrap-clean to
remove generated .el files.
* lib/Makefile.in (extraclean): Added target to remove sys
directory and run distclean.
* lisp/Makefile.in (extraclean): Also remove loaddefs*.el~ files.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/unidata/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 31efba0227a..a522b0c3aa5 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -116,6 +116,6 @@ maintainer-clean: distclean | |||
| 116 | ## Do not remove these files, even in a bootstrap, because they rarely | 116 | ## Do not remove these files, even in a bootstrap, because they rarely |
| 117 | ## change and it slows down bootstrap (a tiny bit). | 117 | ## change and it slows down bootstrap (a tiny bit). |
| 118 | ## Cf leim/ja-dic (which is much slower). | 118 | ## Cf leim/ja-dic (which is much slower). |
| 119 | extraclean: | 119 | extraclean: distclean |
| 120 | rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* | 120 | rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* |
| 121 | rm -f ${unifiles} ${unidir}/charprop.el | 121 | rm -f ${unifiles} ${unidir}/charprop.el |