Page MenuHomeFreeBSD

libsysdecode: use the proper include directory
ClosedPublic

Authored by emaste on Jul 25 2019, 3:51 PM.
Tags
None
Referenced Files
F114785876: D21068.diff
Wed, Apr 16, 8:52 PM
Unknown Object (File)
Tue, Apr 8, 7:44 AM
Unknown Object (File)
Fri, Apr 4, 10:10 AM
Unknown Object (File)
Sun, Mar 23, 8:04 PM
Unknown Object (File)
Feb 17 2025, 3:43 PM
Unknown Object (File)
Jan 31 2025, 6:33 AM
Unknown Object (File)
Jan 18 2025, 2:40 PM
Unknown Object (File)
Jan 5 2025, 2:08 PM
Subscribers

Details

Summary

rS350301 broke lib32. Revert workaround from rS350322 and use the same path for dependencies that we pass to mktables.

Diff Detail

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

Event Timeline

emaste added inline comments.
lib/libsysdecode/Makefile
129 ↗(On Diff #60137)

Use ${incdir} here too

Haven't tested my self, but by looking at include/Makefile, this looks the right fix.

This revision is now accepted and ready to land.Jul 25 2019, 4:02 PM

I have a CI build running with this change now and will commit if that completes successfully.

This revision was automatically updated to reflect the committed changes.