Use full path to sysctl(8) since /sbin is not in PATH.
X-MFC-With: r355379 MFC after: 2 weeks
This commit is contained in:
parent
5f8a7e6bd5
commit
eb5db900cf
@ -508,7 +508,7 @@ SOURCEDIR=$(realpath "$SOURCEDIR")
|
||||
|
||||
# Setup make to use system files from SOURCEDIR
|
||||
MM_MAKE="make ${ARCHSTRING} -m ${SOURCEDIR}/share/mk -DNO_FILEMON"
|
||||
MM_MAKE="${MM_MAKE} -j$(sysctl -n hw.ncpu)"
|
||||
MM_MAKE="${MM_MAKE} -j$(/sbin/sysctl -n hw.ncpu)"
|
||||
|
||||
# Check DESTDIR against the mergemaster mtree database to see what
|
||||
# files the user changed from the reference files.
|
||||
|
Loading…
Reference in New Issue
Block a user