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
Back out previous commits. Installing new share/mk fixes this.
NO_MAN is now NOMAN.
Fix kernel modules build. For some reason, this module now bails out withan error that there is no aicasm.1 man page.
Hook the aic7xxx modules up. This requires some extra care since aicasmis a compiler tool and needs to be compiled by the host compiler. I'vetested this in i386->sparc cross-build, 4.7->current u
Hook the aic7xxx modules up. This requires some extra care since aicasmis a compiler tool and needs to be compiled by the host compiler. I'vetested this in i386->sparc cross-build, 4.7->current upgrade, normalbuildkernel target, and normal /sys/i386/compile/GENERIC configurations.Submitted by: ru
show more ...
Add cleandepend target.
Pass the cleandir target on to the aicasm Makefile. This shouldfix the buildkernel target.
Complete the hookup of ahd/ahc module building.
Allow the ahc and ahd drivers to be built as modules. This alsobreaks the ahc driver into a core back-end and pci and eisafront-ends.