1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Drop the ignorelist concurrency back to 1 because I'm occasionally seeing

overlapping I/O.  Something similar to how parallel index builds are now
done will need to be done here too.
This commit is contained in:
Kris Kennaway 2004-07-14 08:34:25 +00:00
parent 592c704625
commit a90c52dabe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113606

View File

@ -11,7 +11,7 @@ shift
. ${pb}/scripts/buildenv
# -j# to make duds
DUDSJOBS=4
DUDSJOBS=1
usage () {
echo "usage: makeduds branch"