cad/iverilog is not jobs safe
This port has failed multiple times for me. It intends to create a directory called "dep" and then move files into it, but sometimes the file is moved before directory is created, becomes renamed to "dep" and then mkdir fails because dep already exists.
This commit is contained in:
parent
903c15acac
commit
22197ba5c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405903
@ -15,6 +15,8 @@ LICENSE= GPLv2
|
||||
GNU_CONFIGURE= yes
|
||||
USES= bison gmake
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000033
|
||||
|
Loading…
Reference in New Issue
Block a user