diff options
| author | Paul Eggert | 2019-06-21 14:45:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-06-21 15:01:14 -0700 |
| commit | 7555f9321d0d2bd736965003dce235c12dedf04e (patch) | |
| tree | 02b21869548f82dc8e2fe75450a53c81b6185f8f /admin | |
| parent | 9f64c4e8de4ade84bfb3d139ef2b832226235e45 (diff) | |
| download | emacs-7555f9321d0d2bd736965003dce235c12dedf04e.tar.gz emacs-7555f9321d0d2bd736965003dce235c12dedf04e.zip | |
Remove src/macuvs.h from Git repository
It can be generated automatically and easily during a normal
bootstrap, so there’s no need to keep it in the repository.
* admin/unidata/Makefile.in (maintainer-clean):
Behave like extraclean and remove macuvs.h etc.
* src/macuvs.h: Remove.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/unidata/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index a522b0c3aa5..e50b01bded2 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -112,10 +112,11 @@ distclean: clean | |||
| 112 | rm -f Makefile | 112 | rm -f Makefile |
| 113 | 113 | ||
| 114 | maintainer-clean: distclean | 114 | maintainer-clean: distclean |
| 115 | rm -f ${top_srcdir}/src/macuvs.h | ||
| 115 | 116 | ||
| 116 | ## Do not remove these files, even in a bootstrap, because they rarely | 117 | ## Do not remove these files, even in a bootstrap, because they rarely |
| 117 | ## change and it slows down bootstrap (a tiny bit). | 118 | ## change and it slows down bootstrap (a tiny bit). |
| 118 | ## Cf leim/ja-dic (which is much slower). | 119 | ## Cf leim/ja-dic (which is much slower). |
| 119 | extraclean: distclean | 120 | extraclean: maintainer-clean |
| 120 | rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* | 121 | rm -f ${unidir}/charscript.el* |
| 121 | rm -f ${unifiles} ${unidir}/charprop.el | 122 | rm -f ${unifiles} ${unidir}/charprop.el |