HomeFreeBSD

makesyscalls: don't make syscall.mk by default

Description

makesyscalls: don't make syscall.mk by default

We only want to produce syscall.mk for the main syscall table so default
to not producing it (send it to /dev/null) and add a syscalls.conf to
sys/kern to trigger the creation of sys/sys/syscall.mk. This eliminates
the need for entries in other syscalls.conf files and is a cleaner
pattern going forward.

Reviewed by: kevans, imp
Differential Revision: https://reviews.freebsd.org/D42663

Details

Provenance
brooksAuthored on Nov 18 2023, 12:48 AM
Reviewer
kevans
Differential Revision
D42663: makesyscalls: don't make syscall.mk by default
Parents
rGbde3cdf18d98: Spacing and alignment cleanups.
Branches
Unknown
Tags
Unknown