Page MenuHomeFreeBSD

Convert in-tree sysent targets to use new makesyscalls.lua
ClosedPublic

Authored by kevans on Oct 4 2019, 2:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 9 2024, 12:02 AM
Unknown Object (File)
Mar 9 2024, 12:02 AM
Unknown Object (File)
Mar 8 2024, 11:57 PM
Unknown Object (File)
Mar 8 2024, 11:57 PM
Unknown Object (File)
Mar 8 2024, 11:45 PM
Unknown Object (File)
Jan 21 2024, 9:21 PM
Unknown Object (File)
Dec 20 2023, 1:23 AM
Unknown Object (File)
Dec 20 2023, 1:10 AM
Subscribers

Details

Summary

flua is now built as a bootstrap tool for older branches/releases to have a path to generating sysent without having to install flua that does not yet appear there. The compromise is that one must have built bootstrap tools before running sysent, and only the top-level sysent target can be used. This should not be a major problem, though- running all sysent targets does not take long, and this seems to be even more true in the flua world.

makesyscalls.sh must still remain in-tree to allow time for downstream consumers to adjust.

Diff Detail

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

Event Timeline

brooks added inline comments.
sys/kern/Makefile
18 ↗(On Diff #64296)

Picking a makefile at random, it might be nice to de-uglify these make rules with appropriate use of variables.

This revision is now accepted and ready to land.Nov 14 2019, 7:17 PM