diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2009-05-06 04:16:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-05-06 04:16:23 +0000 |
commit | d5ed9eca5a3f6c4dd9454586c4e916b8a3bed7c0 (patch) | |
tree | c4b24d6a2e7741a6ccdf9989b34b664e6fdaf53d /shells | |
parent | ea9cd1ded541460bce86c71a35d26f35b37ffc84 (diff) | |
download | ports-d5ed9eca5a3f6c4dd9454586c4e916b8a3bed7c0.tar.gz ports-d5ed9eca5a3f6c4dd9454586c4e916b8a3bed7c0.zip |
Set MAKE_JOBS_UNSAFE.
Philip reports he sees a race condition as it fails 3 of 8 tries.
Submitted by: pgollucci
Notes
Notes:
svn path=/head/; revision=233283
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 8efdae7eb3d0..04c499df2980 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -43,6 +43,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/xpatch-colonbreakswords MAN1= bash.1 bashbug.1 INFO= bash +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes USE_BISON= build |