Page MenuHomeFreeBSD

Rework r339635 to fix .depend.tables.h handling.
ClosedPublic

Authored by bdrewery on Aug 16 2019, 8:00 PM.
Tags
None
Referenced Files
F126888876: D21295.diff
Mon, Aug 25, 7:12 AM
F126878413: D21295.id60909.diff
Mon, Aug 25, 4:07 AM
Unknown Object (File)
Wed, Aug 20, 4:13 PM
Unknown Object (File)
Wed, Aug 20, 12:07 PM
Unknown Object (File)
Wed, Aug 20, 12:04 PM
Unknown Object (File)
Wed, Aug 20, 11:33 AM
Unknown Object (File)
Wed, Aug 20, 10:49 AM
Unknown Object (File)
Thu, Aug 7, 3:24 AM
Subscribers

Details

Summary

Avoid touching the tables.h file unless it has changed to avoid unneeded
rebuilds.

MFC after: 2 weeks
PR: 238828
Sponsored by: DellEMC

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25927
Build 24491: arc lint + arc unit

Event Timeline

lib/libsysdecode/Makefile
125–126

need to remove these explicit dependencies

lib/libsysdecode/Makefile
125–126

and then incdir can go away also, expanded inline below.

lib/libsysdecode/mktables
177

> probably?

LGTM other than the minor comments inline

bdrewery marked 3 inline comments as done.

Review findings

This revision was not accepted when it landed; it landed in state Needs Review.Aug 16 2019, 10:34 PM
This revision was automatically updated to reflect the committed changes.