Page MenuHomeFreeBSD

sysent: Reduce duplication and improve readability.
ClosedPublic

Authored by brooks on Dec 6 2019, 10:17 PM.
Tags
None
Referenced Files
F167520333: D22714.id65337.diff
Sat, Aug 22, 11:00 AM
Unknown Object (File)
Sat, Aug 22, 9:43 AM
Unknown Object (File)
Fri, Aug 21, 3:16 PM
Unknown Object (File)
Thu, Aug 20, 1:26 AM
Unknown Object (File)
Tue, Aug 18, 6:16 PM
Unknown Object (File)
Wed, Aug 12, 12:37 AM
Unknown Object (File)
Tue, Aug 11, 6:04 PM
Unknown Object (File)
Tue, Aug 11, 11:06 AM
Subscribers

Details

Summary

Use the power of variable to avoid spelling out source and generated
files multiple times. The previous Makefiles were hard to read, hard to
edit, and badly formatted.

Diff Detail

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

Event Timeline

sys/amd64/linux/Makefile
24 ↗(On Diff #65335)

This one should also have a dependency on ${MAKESYSCALLS}

brooks marked an inline comment as done.
  • Improve whitespace consistency.
This revision is now accepted and ready to land.Dec 6 2019, 11:00 PM
This revision was automatically updated to reflect the committed changes.