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
F82798160: D21894.id.diff
Thu, May 2, 4:59 PM
Unknown Object (File)
Wed, May 1, 8:51 AM
Unknown Object (File)
Wed, May 1, 2:08 AM
Unknown Object (File)
Thu, Apr 25, 10:32 PM
Unknown Object (File)
Thu, Apr 25, 8:24 AM
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
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 26858

Event Timeline

brooks added inline comments.
sys/kern/Makefile
18

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