]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Also print number of available CPUs on Linux
authorarichardson <arichardson@FreeBSD.org>
Mon, 24 Aug 2020 09:20:38 +0000 (09:20 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 24 Aug 2020 09:20:38 +0000 (09:20 +0000)
commit62ff0585ad877a70a5bb586646928cdddd8b3c5f
treeed3fc0b987898d53df1f731066a6ae474c5a8ed8
parent0a47ac235dcca2846cd65a9f9e08b78cfbf4df54
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