mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 10:11:47 -07:00
(${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
serialize parallel builds.
(${MISC:.elc=.el}): Depend on changed.misc.
This commit is contained in:
parent
adac86dbb0
commit
4c603b0cb6
1 changed files with 6 additions and 0 deletions
|
|
@ -174,6 +174,9 @@ TIT-SOURCES= \
|
|||
${srcdir}/CXTERM-DIC/TONEPY.tit \
|
||||
${srcdir}/CXTERM-DIC/ZOZY.tit
|
||||
|
||||
${CHINESE-TIT:.elc=.el}: changed.tit
|
||||
@true
|
||||
|
||||
changed.tit: ${TIT-SOURCES}
|
||||
${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
||||
-f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
|
||||
|
|
@ -187,6 +190,9 @@ MISC-SOURCES= \
|
|||
${srcdir}/MISC-DIC/pinyin.map \
|
||||
${srcdir}/MISC-DIC/ziranma.cin
|
||||
|
||||
${MISC:.elc=.el}: changed.misc
|
||||
@true
|
||||
|
||||
changed.misc: ${MISC-SOURCES}
|
||||
${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
||||
-f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue