Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150803495
D51439.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
381 B
Referenced Files
None
Subscribers
None
D51439.id.diff
View Options
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,11 @@
SETENV?= /usr/bin/env
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
-.if !defined(INDEX_JOBS)
+.if defined(.MAKE.JOBS)
+INDEX_JOBS= ${.MAKE.JOBS}
+.elif defined(MAKE_JOBS_NUMBER)
+INDEX_JOBS= ${MAKE_JOBS_NUMBER}
+.elif !defined(INDEX_JOBS)
INDEX_JOBS!= ${SYSCTL} -n kern.smp.cpus
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 4:04 AM (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30868098
Default Alt Text
D51439.id.diff (381 B)
Attached To
Mode
D51439: `make index' should use MAKE_JOBS_NUMBER / -jNN value
Attached
Detach File
Event Timeline
Log In to Comment