Ports aren't generally ready for parallel make.
Pointed by: Ben Mesander
This commit is contained in:
parent
112807ca28
commit
7e25cd95ff
@ -36,7 +36,7 @@ PORTSMODULESENV=SYSDIR=${SYSDIR}
|
||||
${target}: ports-${target}
|
||||
ports-${target}:
|
||||
.for __i in ${PORTS_MODULES}
|
||||
cd /usr/ports/${__i}; ${PORTSMODULESENV} ${MAKE} ${target}
|
||||
cd /usr/ports/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${target}
|
||||
.endfor
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user