Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Fix test-dts{,o} targetsThere were two main problems here:1.) sys/dts/Makefile.inc is not included from various */overlays directories by default, only ../Makefile.inc2.) When shelling out f
Fix test-dts{,o} targetsThere were two main problems here:1.) sys/dts/Makefile.inc is not included from various */overlays directories by default, only ../Makefile.inc2.) When shelling out for DTS/DTSO, cwd != .CURDIR, so enumeration always failedThese changes allow make test-dts and make test-dtso to function in theirrespective directories.Reviewed by: manuMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D17961
show more ...
Move sys/boot/fdt/dts to sys/dts and adjust scripts.Sponsored by: Netflix