aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-25 13:23:14 +0200
committerLars Ingebrigtsen2019-06-25 13:23:14 +0200
commitb060c81bb8a157c4cd1d3b7643c73e67f3831fbc (patch)
treecacc50f7f862f5f56cdf4b847a530854d485ef12 /admin
parent235ca1b4dbfd42380117d58801de6b8f6b48a4f9 (diff)
downloademacs-b060c81bb8a157c4cd1d3b7643c73e67f3831fbc.tar.gz
emacs-b060c81bb8a157c4cd1d3b7643c73e67f3831fbc.zip
Don't delete macuvs.h in extraclean
* admin/unidata/Makefile.in (extraclean): Don't delete macuvs.h, because it's a checked-in file, and make targets altering checked-in files is confusing.
Diffstat (limited to 'admin')
-rw-r--r--admin/unidata/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 8d439dcb7ce..9e74b854bd2 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -116,8 +116,11 @@ 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## Also, removing macuvs.h would mean that macOS builds would need 119
120## to do a headless bootstrap, which is currently awkward. 120## macuvs.h is a generated file, but it's also checked in because
121## macOS builds would need to do a headless bootstrap without it,
122## which is currently awkward. To avoid changing checked-in files
123## from a make target, we don't delete it here.
121extraclean: distclean 124extraclean: distclean
122 rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* 125 rm -f ${unidir}/charscript.el*
123 rm -f ${unifiles} ${unidir}/charprop.el 126 rm -f ${unifiles} ${unidir}/charprop.el