Mark these FORBIDDEN for parallel package build, they're hanging again.

This commit is contained in:
Satoshi Asami 1999-10-25 23:39:38 +00:00
parent adfcda42e4
commit 192de0a9a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22637
2 changed files with 8 additions and 0 deletions

View File

@ -11,4 +11,8 @@ PKGNAME= ja-lookup-xemacs-1.0
MASTERDIR= ${.CURDIR}/../lookup-mule
EMACS= xemacs
.if defined(PARALLEL_PACKAGE_BUILD)
FORBIDDEN= hang
.endif
.include "${MASTERDIR}/Makefile"

View File

@ -13,4 +13,8 @@ XEMACS-MULE= yes
MASTERDIR= ${.CURDIR}/../yatex
COMMENT= ${.CURDIR}/pkg/COMMENT
.if defined(PARALLEL_PACKAGE_BUILD)
FORBIDDEN= hang
.endif
.include "${MASTERDIR}/Makefile"