mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
Remove charset map files from repository, generate in first bootstrap
* admin/charsets/Makefile.in (${srcdir}/charsets.stamp): New.
(all): Create the stamp file.
(extraclean): Delete the stamp file.
* src/Makefile.in (lispintdir, charsets): New variables.
(${lispintdir}/cp51932.el, ${lispintdir}/eucjp-ms.el, ${charsets}):
New rules.
(emacs$(EXEEXT), temacs$(EXEEXT)): Depend on $charsets.
* lisp/international/cp51932.el, lisp/international/eucjp-ms.el:
* etc/charsets/*.map: Remove from repository.
; * admin/charsets/mapconv: Fix typo in output comment.
; * etc/charsets/README: Small update.
; * .gitignore: Update for charset changes.
This commit is contained in:
parent
fb11a5e117
commit
9f89ea1f84
138 changed files with 23 additions and 193344 deletions
|
|
@ -106,7 +106,10 @@ CHARSETS := $(addprefix ${charsetdir}/,${CHARSETS})
|
|||
|
||||
.PHONY: all
|
||||
|
||||
all: ${CHARSETS} ${TRANS_TABLE}
|
||||
all: ${srcdir}/charsets.stamp
|
||||
|
||||
${srcdir}/charsets.stamp: ${CHARSETS} ${TRANS_TABLE}
|
||||
${AM_V_GEN}echo timestamp > $@
|
||||
|
||||
## Rules for each charset.
|
||||
|
||||
|
|
@ -315,4 +318,4 @@ maintainer-clean: distclean
|
|||
|
||||
## Do not remove these files, even in a bootstrap. They rarely change.
|
||||
extraclean:
|
||||
rm -f ${CHARSETS} ${TRANS_TABLE}
|
||||
rm -f ${CHARSETS} ${TRANS_TABLE} ${srcdir}/charsets.stamp
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ AWK=${AWK:-awk}
|
|||
|
||||
case "$3" in
|
||||
GLIBC*)
|
||||
FILE="$BASE in localedate/charmaps of glibc";
|
||||
FILE="$BASE in localedata/charmaps of glibc";
|
||||
SOURCE="";;
|
||||
CZYBORRA)
|
||||
BASE="$BASE.gz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue