]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Also print number of available CPUs on Linux
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 24 Aug 2020 09:20:38 +0000 (09:20 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 24 Aug 2020 09:20:38 +0000 (09:20 +0000)
commitebae797c82a74cfbdc6acbb1a6bf977f7369e51b
treeed3fc0b987898d53df1f731066a6ae474c5a8ed8
parent0b862b03998a292a18bcc7f9ac5b05c0303c5de3
Also print number of available CPUs on Linux

Without this change the buildworld/buildkernel epilogue looks like this:
>>> World built in 249 seconds, sysctl: cannot stat /proc/sys/hw/ncpu: No such file or directory
ncpu: , make -j72.

Reviewed By: emaste, bdrewery
Differential Revision: https://reviews.freebsd.org/D26056
Makefile.inc1