Page MenuHomeFreeBSD

Fix build(7) example.
ClosedPublic

Authored by trasz on May 9 2017, 8:29 AM.
Tags
None
Referenced Files
F102692820: D10654.id28231.diff
Fri, Nov 15, 10:49 PM
Unknown Object (File)
Tue, Oct 29, 7:22 PM
Unknown Object (File)
Sep 28 2024, 5:42 PM
Unknown Object (File)
Sep 27 2024, 12:56 PM
Unknown Object (File)
Sep 24 2024, 4:13 PM
Unknown Object (File)
Sep 13 2024, 3:18 AM
Unknown Object (File)
Sep 5 2024, 4:15 PM
Unknown Object (File)
Sep 3 2024, 9:03 PM
Subscribers

Details

Summary

Fix build(7) example - it was missing the kernel part.

Diff Detail

Event Timeline

It might be a good idea to split the commands into buildworld-buildkernel-installkernel-installworld, but this would work.

Some mention of mergemaster or etcupdate might be advised.

This revision is now accepted and ready to land.May 9 2017, 3:14 PM

It would also be good if the example wasn't using an architecture that's planned to be de-orbited "soon".

OK. I like this. However, I have a suggestion (inspired by Ravi's comment) for improvement that should be done, but you may consider it beyond the scope of this change.

share/man/man7/build.7
671

How about an armv6 architecture on an amd64 host instead, since that's likely the most popular and therefore most relevant. It also copes with the special case where you need to specify TARGET_ARCH, so covers more ground.

Yup this is fine. Both are -j safe too if it can be explained succinctly.

share/man/man7/build.7
671

Specifying both TARGET and TARGET_ARCH looks ugly, because it takes too much horizontal space. Is it ok to pass just the latter?

trasz edited edge metadata.

Updates.

This revision now requires review to proceed.May 9 2017, 9:07 PM
This revision is now accepted and ready to land.May 9 2017, 9:11 PM
This revision was automatically updated to reflect the committed changes.