1
0
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:
Wolfram Schneider
2025-07-23 14:38:57 +02:00
committed by Mathieu Arnold
parent 7349718dfb
commit 0713649f58
+4
View File
@@ -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