aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2015-05-23 16:38:13 -0700
committerGlenn Morris2015-05-23 16:38:13 -0700
commit9f89ea1f84dbf708228ced0202774b36f30f2b01 (patch)
treee339b10b0b9b90bc15a2bb14e6970215171267f3 /admin
parentfb11a5e11769a7ca909bf5a7798f9e7193fabb13 (diff)
downloademacs-9f89ea1f84dbf708228ced0202774b36f30f2b01.tar.gz
emacs-9f89ea1f84dbf708228ced0202774b36f30f2b01.zip
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.
Diffstat (limited to 'admin')
-rw-r--r--admin/charsets/Makefile.in7
-rwxr-xr-xadmin/charsets/mapconv2
2 files changed, 6 insertions, 3 deletions
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in
index 5d06775dc35..a5e7212f163 100644
--- a/admin/charsets/Makefile.in
+++ b/admin/charsets/Makefile.in
@@ -106,7 +106,10 @@ CHARSETS := $(addprefix ${charsetdir}/,${CHARSETS})
106 106
107.PHONY: all 107.PHONY: all
108 108
109all: ${CHARSETS} ${TRANS_TABLE} 109all: ${srcdir}/charsets.stamp
110
111${srcdir}/charsets.stamp: ${CHARSETS} ${TRANS_TABLE}
112 ${AM_V_GEN}echo timestamp > $@
110 113
111## Rules for each charset. 114## Rules for each charset.
112 115
@@ -315,4 +318,4 @@ maintainer-clean: distclean
315 318
316## Do not remove these files, even in a bootstrap. They rarely change. 319## Do not remove these files, even in a bootstrap. They rarely change.
317extraclean: 320extraclean:
318 rm -f ${CHARSETS} ${TRANS_TABLE} 321 rm -f ${CHARSETS} ${TRANS_TABLE} ${srcdir}/charsets.stamp
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index 245dce114a0..32ba6421a86 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -47,7 +47,7 @@ AWK=${AWK:-awk}
47 47
48case "$3" in 48case "$3" in
49 GLIBC*) 49 GLIBC*)
50 FILE="$BASE in localedate/charmaps of glibc"; 50 FILE="$BASE in localedata/charmaps of glibc";
51 SOURCE="";; 51 SOURCE="";;
52 CZYBORRA) 52 CZYBORRA)
53 BASE="$BASE.gz"; 53 BASE="$BASE.gz";