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, Nov 5, 11:10 PM
Unknown Object (File)
Sat, Oct 18, 4:32 PM
Unknown Object (File)
Sat, Oct 18, 4:32 PM
Unknown Object (File)
Sat, Oct 18, 4:32 PM
Unknown Object (File)
Sat, Oct 18, 5:33 AM
Unknown Object (File)
Sat, Oct 18, 1:23 AM
Unknown Object (File)
Oct 8 2025, 12:45 PM
Unknown Object (File)
Sep 11 2025, 1:10 AM
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.