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)
Thu, Jan 16, 3:05 PM
Unknown Object (File)
Tue, Jan 14, 5:15 PM
Unknown Object (File)
Sun, Jan 5, 11:00 AM
Unknown Object (File)
Dec 4 2024, 7:48 PM
Unknown Object (File)
Nov 18 2024, 11:33 PM
Unknown Object (File)
Oct 22 2024, 10:58 AM
Unknown Object (File)
Oct 20 2024, 1:54 PM
Unknown Object (File)
Oct 20 2024, 1:36 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.