Page MenuHomeFreeBSD

makesyscalls.lua: generate all files in /tmp, write into place at the end
ClosedPublic

Authored by kevans on Jan 9 2020, 3:08 AM.
Tags
None
Referenced Files
F168160352: D23098.id66529.diff
Wed, Aug 26, 4:00 PM
F168105290: D23098.diff
Wed, Aug 26, 10:12 AM
Unknown Object (File)
Tue, Aug 25, 4:27 PM
Unknown Object (File)
Tue, Aug 25, 3:22 PM
Unknown Object (File)
Tue, Aug 25, 2:34 PM
Unknown Object (File)
Mon, Aug 24, 8:42 AM
Unknown Object (File)
Sun, Aug 23, 4:44 PM
Unknown Object (File)
Fri, Aug 21, 4:08 PM
Subscribers

Details

Summary

This makes makesyscalls.lua more parallel-friendly, or at least not as hostile to the idea. We get into situations where we're running parallel if we end up with MAKE_JOBS>1 entering any of the sysent targets, since each output file is recognized a distinct build step that needs to be executed.

A later commit should restructure the individual Makefiles to ensure makesyscalls.lua is serialized per-sysent rather than executing it once per generated file, but with this one we at least have a potentially much smaller window to interlace output.

Reported by: jhb

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable