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)
Sun, Feb 23, 7:50 AM
Unknown Object (File)
Jan 31 2025, 7:21 AM
Unknown Object (File)
Jan 18 2025, 3:51 PM
Unknown Object (File)
Jan 16 2025, 3:05 PM
Unknown Object (File)
Jan 14 2025, 5:15 PM
Unknown Object (File)
Jan 5 2025, 11:00 AM
Unknown Object (File)
Dec 4 2024, 7:48 PM
Unknown Object (File)
Nov 18 2024, 11:33 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.