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
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.Sponsored by: EMC / Isilon Storage Division
WITH_META_MODE: Move the kernel support to kern.pre.mk.This allows using META_MODE directly from the kernel build directory.This also allows removing a hack from the DIRDEPS_BUILD kernel target.
WITH_META_MODE: Move the kernel support to kern.pre.mk.This allows using META_MODE directly from the kernel build directory.This also allows removing a hack from the DIRDEPS_BUILD kernel target.Sponsored by: EMC / Isilon Storage Division
show more ...
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.Extend it to other cases of meta mode cookies so they get the proper rmcookie behavior when a .meta file detects it needs to reb
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.Extend it to other cases of meta mode cookies so they get the proper rmcookie behavior when a .meta file detects it needs to rebuild and fails.Sponsored by: EMC / Isilon Storage Division
FAST_DEPEND: Skip 'make depend' for buildworld and kernel since it is auto-ran now.Sponsored by: EMC / Isilon Storage Division
META_MODE: Remove DEP_RELDIR from Makefile.depend files.This has not been needed since r284171 in projects/bmake.Sponsored by: EMC / Isilon Storage Division
Rename pkgs to more generic targets (that's what they are)Reviewed by: marcel