Page MenuHomeFreeBSD

libsys: add a dependency for syscall stubs
ClosedPublic

Authored by brooks on Fri, Aug 1, 12:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 16, 3:55 AM
Unknown Object (File)
Fri, Aug 15, 3:55 PM
Unknown Object (File)
Fri, Aug 15, 11:19 AM
Unknown Object (File)
Thu, Aug 14, 3:43 PM
Unknown Object (File)
Tue, Aug 12, 9:39 PM
Unknown Object (File)
Fri, Aug 8, 11:51 PM
Unknown Object (File)
Wed, Aug 6, 1:26 PM
Unknown Object (File)
Mon, Aug 4, 9:21 AM
Subscribers
None

Details

Summary

Make syscall stubs generated by lib/libsys/Makefile.sys depend on it.
This is slightly overkill, but generating and assembling them is fast.

While here, fix the comment documenting their origin.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brooks created this revision.

Then why not list other includes like compat.h and SYS.h as deps?

This revision is now accepted and ready to land.Fri, Aug 1, 1:07 PM
  • Add dependencies on compat.h and SYS.h
This revision now requires review to proceed.Fri, Aug 1, 1:45 PM
emaste added inline comments.
lib/libsys/Makefile.sys
138–152

generated assembly?

140

I think it's worth clarifying "somewhat overkill" - it's just that we'll also regenerate on Makefile or compat.h/SYS.h changes that don't actually affect the output presumably

This revision is now accepted and ready to land.Fri, Aug 1, 2:01 PM
This revision was automatically updated to reflect the committed changes.