Bug 24887

Summary: "make -j# installworld" can (will?) fail with odd messages
Product: Documentation Reporter: david <david>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description david 2001-02-06 00:10:01 UTC
http://www.freebsd.org/handbook/makeworld.html
Section 19.4.6.4
The "Note:" says to pass the same arguments to make for both buildworld and installworld, but passing -j# to installworld will fail with odd messages.

Fix: 

Tell readers not to pass -j# to installworld somewhere (possibly multiple places) in http://www.freebsd.org/handbook/makeworld.html
How-To-Repeat: make -j4 buildworld
make -j4 installworld
Comment 1 dd freebsd_committer freebsd_triage 2001-04-19 02:08:18 UTC
State Changed
From-To: open->feedback

I believe this has been remedied with Nik's update to that part of the 
Handbook.  Can you confirm this?
Comment 2 dd freebsd_committer freebsd_triage 2001-04-20 04:52:12 UTC
State Changed
From-To: feedback->closed

Patch committed, thanks for the report!