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
F163208785: D21295.id60909.diff
Tue, Jul 21, 2:00 AM
F163208278: D21295.id60916.diff
Tue, Jul 21, 1:53 AM
F163141376: D21295.id.diff
Mon, Jul 20, 11:33 AM
Unknown Object (File)
Mon, Jul 20, 3:10 AM
Unknown Object (File)
Fri, Jul 3, 6:22 AM
Unknown Object (File)
Jun 18 2026, 3:26 AM
Unknown Object (File)
May 23 2026, 5:55 PM
Unknown Object (File)
May 18 2026, 12:11 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

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

Event Timeline

lib/libsysdecode/Makefile
127–128 ↗(On Diff #60909)

need to remove these explicit dependencies

lib/libsysdecode/Makefile
127–128 ↗(On Diff #60909)

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

lib/libsysdecode/mktables
177 ↗(On Diff #60909)

> 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.