From: Lars Ingebrigtsen Date: Tue, 25 Jun 2019 11:23:14 +0000 (+0200) Subject: Don't delete macuvs.h in extraclean X-Git-Tag: emacs-27.0.90~2251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b060c81bb8a157c4cd1d3b7643c73e67f3831fbc;p=emacs.git 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. --- 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 ## Do not remove these files, even in a bootstrap, because they rarely ## change and it slows down bootstrap (a tiny bit). ## Cf leim/ja-dic (which is much slower). -## Also, removing macuvs.h would mean that macOS builds would need -## to do a headless bootstrap, which is currently awkward. + +## macuvs.h is a generated file, but it's also checked in because +## macOS builds would need to do a headless bootstrap without it, +## which is currently awkward. To avoid changing checked-in files +## from a make target, we don't delete it here. extraclean: distclean - rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* + rm -f ${unidir}/charscript.el* rm -f ${unifiles} ${unidir}/charprop.el