emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115318: * unidata/Makefile.in (${DSTDIR}/charprop.e


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115318: * unidata/Makefile.in (${DSTDIR}/charprop.el): Ensure output files are writable.
Date: Sun, 01 Dec 2013 01:37:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115318
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-30 17:37:23 -0800
message:
  * unidata/Makefile.in (${DSTDIR}/charprop.el): Ensure output files are 
writable.
modified:
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  admin/unidata/Makefile.in      
makefile.in-20091113204419-o5vbwnq5f7feedwu-8551
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-11-30 17:54:40 +0000
+++ b/admin/ChangeLog   2013-12-01 01:37:23 +0000
@@ -1,3 +1,8 @@
+2013-12-01  Glenn Morris  <address@hidden>
+
+       * unidata/Makefile.in (${DSTDIR}/charprop.el):
+       Ensure output files are writable.
+
 2013-11-30  Glenn Morris  <address@hidden>
 
        * grammars/Makefile.in: Ensure output files are writable.

=== modified file 'admin/unidata/Makefile.in'
--- a/admin/unidata/Makefile.in 2013-11-27 18:34:25 +0000
+++ b/admin/unidata/Makefile.in 2013-12-01 01:37:23 +0000
@@ -48,6 +48,9 @@
 ## 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}"
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]