diff options
| -rw-r--r-- | admin/unidata/Makefile.in | 9 |
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. | ||
| 121 | extraclean: distclean | 124 | extraclean: 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 |