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/
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Follow-up r318881: Disconnect groff documents.
DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.Sponsored by: EMC / Isilon Storage Division
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targe
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targets/ to do so. Abetter approach will be to either include the SUBDIR Makefiles directlyand map to DIRDEPS or just dynamically lookup the SUBDIR. These losethe benefit of having a userland/lib, userland/libexec, etc, though andresults in a massive package. The current implementation of targets/ isvery unmaintainable.Currently rescue/rescue and sys/modules are still not connected.Sponsored by: EMC / Isilon Storage Division
show more ...
META MODE: Fix 'make the-lot' with recent locale changesSponsored 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
Reorganize targets/pseudo/userlandThis target mainly exists to help check things build.Eventually targets that build real packages or images will be moreimportant.As such move the pseudo targets
Reorganize targets/pseudo/userlandThis target mainly exists to help check things build.Eventually targets that build real packages or images will be moreimportant.As such move the pseudo targets that only exist for the benefit of'userland' to under it.