Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2685641
Commit
c2685641
authored
Nov 30, 2013
by
Glenn Morris
Browse files
* unidata/Makefile.in (${DSTDIR}/charprop.el): Ensure output files are writable.
parent
fadec31f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
admin/ChangeLog
admin/ChangeLog
+5
-0
admin/unidata/Makefile.in
admin/unidata/Makefile.in
+3
-0
No files found.
admin/ChangeLog
View file @
c2685641
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>
2013-11-30 Glenn Morris <rgm@gnu.org>
* grammars/Makefile.in: Ensure output files are writable.
* grammars/Makefile.in: Ensure output files are writable.
...
...
admin/unidata/Makefile.in
View file @
c2685641
...
@@ -48,6 +48,9 @@ compile: ${srcdir}/unidata-gen.elc
...
@@ -48,6 +48,9 @@ compile: ${srcdir}/unidata-gen.elc
## Same for UnicodeData.txt v unidata.txt.
## Same for UnicodeData.txt v unidata.txt.
${DSTDIR}/charprop.el
:
${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt
${DSTDIR}/charprop.el
:
${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt
${MAKE}
${MFLAGS}
compile unidata.txt
EMACS
=
"
${EMACS}
"
${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
\
${emacs}
-L
${srcdir}
-l
unidata-gen
-f
unidata-gen-files
\
${srcdir}
"
${DSTDIR}
"
${srcdir}
"
${DSTDIR}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment