From 554f43c0a7afc3e7e6d78611c8bb8fb41f7810e7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 23 May 2025 15:40:50 -0400 Subject: docs: Remove references to `make world` Two of these seemed to be used in the sense of "building the system." The other one was a literal command, but was incorrect. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50471 --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/content/en/articles/committers-guide/_index.adoc') diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 91c14a89c1..f8a617ace1 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3167,7 +3167,7 @@ There is no shame in asking "how in the heck do I do this?" We already know you . Test your changes before committing them. + If your changes are to the kernel, make sure you can still compile both GENERIC and LINT. -If your changes are anywhere else, make sure you can still make world. +If your changes are anywhere else, make sure you can still compile userspace via `make buildworld`. If your changes are to a branch, make sure your testing occurs with a machine which is running that code. If you have a change which also may break another architecture, be sure and test on all supported architectures. Please ensure your change works for -- cgit v1.2.3