mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
* unidata/Makefile.in (${DSTDIR}/charprop.el): Ensure output files are writable.
This commit is contained in:
parent
fadec31f66
commit
c2685641ac
@ -1,3 +1,8 @@
|
||||
2013-12-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* unidata/Makefile.in (${DSTDIR}/charprop.el):
|
||||
Ensure output files are writable.
|
||||
|
||||
2013-11-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* grammars/Makefile.in: Ensure output files are writable.
|
||||
|
@ -48,6 +48,9 @@ compile: ${srcdir}/unidata-gen.elc
|
||||
## Same for UnicodeData.txt v unidata.txt.
|
||||
${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt
|
||||
${MAKE} ${MFLAGS} compile unidata.txt EMACS="${EMACS}"
|
||||
-if [ -f "$@" ]; then \
|
||||
cd ${DSTDIR} && chmod +w charprop.el `sed -n 's/^;; FILE: //p' < charprop.el`; \
|
||||
fi
|
||||
${emacs} -L ${srcdir} -l unidata-gen -f unidata-gen-files \
|
||||
${srcdir} "${DSTDIR}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user