mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
(unidata.txt): Don't use $<, it's non-portable in this context.
This commit is contained in:
parent
2930d11791
commit
8a7619baf3
admin
@ -1,3 +1,11 @@
|
||||
2008-02-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
|
||||
non-portable in this context.
|
||||
|
||||
* unidata/Makefile.in (unidata.txt): Don't use $<, it's
|
||||
non-portable in this context.
|
||||
|
||||
2008-02-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* unidata/makefile.w32-in (lisp): New variable.
|
||||
|
@ -30,7 +30,7 @@ all: ${DSTDIR}/charprop.el
|
||||
${RUNEMACS} -batch -f batch-byte-compile $<
|
||||
|
||||
unidata.txt: UnicodeData.txt
|
||||
sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < $< > $@
|
||||
sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < UnicodeData.txt > $@
|
||||
|
||||
${DSTDIR}/charprop.el: unidata-gen.elc unidata.txt
|
||||
ELC=`/bin/pwd`/unidata-gen.elc; \
|
||||
|
@ -38,7 +38,7 @@ all: $(DSTDIR)/charprop.el
|
||||
unidata.txt: UnicodeData.txt
|
||||
sed -e \
|
||||
$(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE)\
|
||||
-e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@
|
||||
-e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < UnicodeData.txt > $@
|
||||
|
||||
charprop-SH: unidata-gen.elc unidata.txt
|
||||
ELC=$(CURDIR)/unidata-gen.elc; \
|
||||
|
Loading…
Reference in New Issue
Block a user