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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index ac32c7070f3..12a1be705f6 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -126,6 +126,9 @@ distclean bootstrap-clean: mostlyclean | |||
| 126 | rm -fr $(DEPDIR) | 126 | rm -fr $(DEPDIR) |
| 127 | maintainer-clean: distclean | 127 | maintainer-clean: distclean |
| 128 | rm -f TAGS gnulib.mk | 128 | rm -f TAGS gnulib.mk |
| 129 | extraclean: distclean | ||
| 130 | -[ -d sys ] && rmdir --ignore-fail-on-non-empty sys | ||
| 131 | |||
| 129 | .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean | 132 | .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean |
| 130 | 133 | ||
| 131 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 134 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |