
https://github.com/freebsd/freebsd-src/commit/f2055611fe5624017bd7769c8dc6419c348806ff
A detailed discussion of the new proposed release scheme.
New script to check for stale symlinks on a FreeBSD system before and after “make installworld”.

https://github.com/freebsd/freebsd-src/commit/e880dd644f63fbe068c38b73b44aa7e7c5f176f3
After installing the 14.1 point release I decided to follow the stable/14 branch.
First step was to pull the source code and checkout to the stable branch. After that build world and build the kernel. I used 4 jobs as my processor has 4 cores. Use this command accordingly to your core/thread number.
Curious to see how my AMD Ryzen 9 7950x3d performs !!
Kernel build in 716 seconds ~ 11 minutes

Voilà !

Activating the NO_CLEAN variable using make -DNO_CLEAN keeps object files so that you can resume the build process later on.
