aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGlenn Morris2021-04-04 09:19:24 -0700
committerGlenn Morris2021-04-04 09:19:24 -0700
commitdd1aa7bc4ca6c1df1713ccac7c66e681d8444c21 (patch)
treea46340d06d52b771e8b642bc79b6a079cd65c028 /GNUmakefile
parentdd5ba88afbb63f54603cc632fc55993c04531a85 (diff)
downloademacs-dd1aa7bc4ca6c1df1713ccac7c66e681d8444c21.tar.gz
emacs-dd1aa7bc4ca6c1df1713ccac7c66e681d8444c21.zip
Make maintainer-clean delete generated files, as per standards
These are generated files that were once kept in the repository. When they were removed from the repository, as a half-way measure they were only deleted by "extraclean", but this was never necessary and was not a proper use of that rule. * admin/charsets/Makefile.in (gen-clean): New phony target. (maintainer-clean): Delete generated files. * admin/grammars/Makefile.in (gen-clean): New phony target. (maintainer-clean): Delete generated files. * admin/unidata/Makefile.in (gen-clean): New phony target. (maintainer-clean): Delete generated files. * leim/Makefile.in (gen-clean): New phony target. (maintainer-clean): Delete generated files. * GNUmakefile: Doc fix.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0e01b808a0f..5155487de28 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -50,8 +50,8 @@ help:
50 @echo "make distclean -- delete all build and configuration files," 50 @echo "make distclean -- delete all build and configuration files,"
51 @echo " leave only files included in source distribution" 51 @echo " leave only files included in source distribution"
52 @echo "make maintainer-clean -- delete almost everything that can be regenerated" 52 @echo "make maintainer-clean -- delete almost everything that can be regenerated"
53 @echo "make extraclean -- like maintainer-clean, and also delete all generated" 53 @echo "make extraclean -- like maintainer-clean, and also delete"
54 @echo " files, backup files and autosave files" 54 @echo " backup and autosave files"
55 @echo "make bootstrap -- delete all compiled files to force a new bootstrap" 55 @echo "make bootstrap -- delete all compiled files to force a new bootstrap"
56 @echo " from a clean slate, then build in the normal way" 56 @echo " from a clean slate, then build in the normal way"
57 @echo "make uninstall -- remove files installed by 'make install'" 57 @echo "make uninstall -- remove files installed by 'make install'"