mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
index: respect make -j X index
PR: 288349
This commit is contained in:
committed by
Mathieu Arnold
parent
7349718dfb
commit
0713649f58
@@ -92,8 +92,12 @@ SETENV?= /usr/bin/env
|
|||||||
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
|
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
|
||||||
|
|
||||||
.if !defined(INDEX_JOBS)
|
.if !defined(INDEX_JOBS)
|
||||||
|
. if defined(.MAKE.JOBS)
|
||||||
|
INDEX_JOBS= ${.MAKE.JOBS}
|
||||||
|
. else
|
||||||
INDEX_JOBS!= ${SYSCTL} -n kern.smp.cpus
|
INDEX_JOBS!= ${SYSCTL} -n kern.smp.cpus
|
||||||
. endif
|
. endif
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(INDEX_VERBOSE)
|
.if !defined(INDEX_VERBOSE)
|
||||||
INDEX_ECHO_MSG= true
|
INDEX_ECHO_MSG= true
|
||||||
|
|||||||
Reference in New Issue
Block a user