Page MenuHomeFreeBSD

Fix test-dts{,o} targets
ClosedPublic

Authored by kevans on Nov 12 2018, 6:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 12:45 PM
Unknown Object (File)
Sep 11 2025, 1:10 AM
Unknown Object (File)
Sep 2 2025, 3:05 PM
Unknown Object (File)
Sep 2 2025, 1:42 PM
Unknown Object (File)
Sep 1 2025, 8:59 AM
Unknown Object (File)
Sep 1 2025, 4:35 AM
Unknown Object (File)
Aug 1 2025, 9:51 PM
Unknown Object (File)
Jun 28 2025, 12:22 PM
Subscribers

Details

Summary

There were two main problems here:

1.) sys/dts/Makefile.inc is not included from various */overlays directories by default, only ../Makefile.inc
2.) When shelling out for DTS/DTSO, cwd != .CURDIR, so enumeration always failed

These changes allow make test-dts and make test-dtso to function in their respective directories

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Nov 12 2018, 6:34 PM
This revision was automatically updated to reflect the committed changes.