1
0
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:
Eli Zaretskii 2008-02-16 15:02:12 +00:00
parent 2930d11791
commit 8a7619baf3
3 changed files with 10 additions and 2 deletions

View File

@ -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.

View File

@ -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; \

View File

@ -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; \