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/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
I completely fubared this. An empty EXPORT_SYMS= is not valid. I know Ibuild this several times, and even tested loaded the module. I must havechanged something right before commit.Pointed out
I completely fubared this. An empty EXPORT_SYMS= is not valid. I know Ibuild this several times, and even tested loaded the module. I must havechanged something right before commit.Pointed out by: bde
show more ...
opt_kstack_pages.h is not needed anymore. It would have been a Bad Thingif it had been different to the running kernel.
Add an a.out exec module.