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, Dec 4, 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
Unknown Object (File)
Sep 18 2024, 5:29 AM
Unknown Object (File)
Sep 17 2024, 12:46 AM
Unknown Object (File)
Sep 17 2024, 12:46 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 20769

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.