Page MenuHomeFreeBSD

sysent: Reduce duplication and improve readability.
ClosedPublic

Authored by brooks on Dec 6 2019, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 1 2024, 9:34 AM
Unknown Object (File)
Feb 23 2024, 2:37 PM
Unknown Object (File)
Feb 23 2024, 2:37 PM
Unknown Object (File)
Feb 16 2024, 8:09 PM
Unknown Object (File)
Dec 30 2023, 5:49 AM
Unknown Object (File)
Dec 22 2023, 9:49 PM
Unknown Object (File)
Dec 18 2023, 5:03 PM
Unknown Object (File)
Nov 15 2023, 5:47 PM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28018
Build 26175: arc lint + arc unit

Event Timeline

sys/amd64/linux/Makefile
24

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.