aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-08-12 07:42:11 -0400
committerRobin Templeton <[email protected]>2015-04-19 03:43:03 -0400
commita908f3e2243a7ac8bad75204a5be2b93bbbc749e (patch)
tree749cffdc8b9a4e00f3d7831095f863bd2ea0daa5 /admin
parent3250348fd32d80f2856b92890c75b42492a69893 (diff)
disable byte-compilation
Diffstat (limited to 'admin')
-rw-r--r--admin/unidata/Makefile.in15
1 files changed, 4 insertions, 11 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 6b253ea565..ceb89ccf5e 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -27,7 +27,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-EMACS = ${top_builddir}/src/emacs
+EMACS = ${top_builddir}/src/temacs
DSTDIR = ${top_srcdir}/lisp/international
emacs = "${EMACS}" -batch --no-site-file --no-site-lisp
@@ -35,23 +35,16 @@ emacs = "${EMACS}" -batch --no-site-file --no-site-lisp
all: ${top_srcdir}/src/macuvs.h ${DSTDIR}/charprop.el
-## Specify .elc as an order-only prereq so as to not needlessly rebuild
-## target just because the .elc is missing.
-## Same with charprop.el below.
-${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt | \
- ${srcdir}/uvs.elc
+${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt
${emacs} -L ${srcdir} -l uvs \
--eval '(uvs-print-table-ivd "${srcdir}/IVD_Sequences.txt" "Adobe-Japan1")' \
> $@
-%.elc: %.el
- ${emacs} -f batch-byte-compile $<
-
unidata.txt: ${srcdir}/UnicodeData.txt
sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < $< > $@
${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt | \
- ${srcdir}/unidata-gen.elc unidata.txt
+ unidata.txt
-if [ -f "$@" ]; then \
cd ${DSTDIR} && chmod +w charprop.el `sed -n 's/^;; FILE: //p' < charprop.el`; \
fi
@@ -59,7 +52,7 @@ ${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt | \
${srcdir} "${DSTDIR}"
## Like the above, but generate in PWD rather than lisp/international.
-charprop.el: ${srcdir}/unidata-gen.elc unidata.txt
+charprop.el: ${srcdir}/unidata-gen.el unidata.txt
${emacs} -L ${srcdir} -l unidata-gen -f unidata-gen-files \
${srcdir}