sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Stop using .OODATE for extracting firmware.This fixes META_MODE rebuilding since it assumes that it this isa non-consistent build command. These are always unencoded consistentlythough and do not
Stop using .OODATE for extracting firmware.This fixes META_MODE rebuilding since it assumes that it this isa non-consistent build command. These are always unencoded consistentlythough and do not need to use the .OODATE/$? mechanism.MFC after: 2 weeksReported by: npnSponsored by: DellEMC
show more ...
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
Fix up paths after r253790.While here, use $? contraction.Reported by: O. Hartmann
Move runfw to modules/usb.While there, respect MK_SOURCELESS_UCODE.Discussed with: kevlo