1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.

This commit is contained in:
Eli Zaretskii 2001-04-02 07:49:21 +00:00
parent 279b15d4cb
commit e217c26ee5
2 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
2001-03-31 Kenichi Handa <handa@etl.go.jp>
* Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc

View file

@ -151,13 +151,13 @@ ${SUBDIRS}:
mkdir $@
touch stamp-subdir
# The rule which generates ${TIT} files creates them all in one go.
# So we need to prevent parallel execution for that target, otherwise
# Emacs complains about files being locked. .NOTPARALLEL is for GNU
# Make, .NO_PARALLEL is for other Make's.
.NOTPARALLEL: ${TIT}
# The rules which generate ${TIT} and ${MISC-DIC} files create them all
# in one go. So we need to prevent parallel execution for that target,
# otherwise Emacs complains about files being locked. .NOTPARALLEL is
# for GNU Make, .NO_PARALLEL is for other Make's.
.NOTPARALLEL: ${TIT} ${MISC-DIC}
.NO_PARALLEL: ${TIT}
.NO_PARALLEL: ${TIT} ${MISC-DIC}
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
# The "if [ -f $@ ]; then true; " part prevents parallel Make's