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/
Remove $FreeBSD$: one-line .h patternRemove /^\s*\*+\s*\$FreeBSD\$.*$\n/
btx: rename .s files to .S to use Clang IASAs part of the migration away from obsolete binutils we want to retireGNU as. Most assembly files used on amd64 have a .S extension and areassembled wi
btx: rename .s files to .S to use Clang IASAs part of the migration away from obsolete binutils we want to retireGNU as. Most assembly files used on amd64 have a .S extension and areassembled with Clang's integrated assembler; rename two files instand/i386/btx/lib to .S to use IAS as well.The generated .text is identical (the entire .o files are not, as Clangadds debug info).PR: 205250, 233094Discussed with: impSponsored by: The FreeBSD Foundation
show more ...
Prefer uintXX_t to u_intXX_tA foolish consistency is the hobgoblin of little minds, adored bylittle statesmen and philosophers and divines. With consistency agreat soul has simply nothing to do.
Prefer uintXX_t to u_intXX_tA foolish consistency is the hobgoblin of little minds, adored bylittle statesmen and philosophers and divines. With consistency agreat soul has simply nothing to do. -- Ralph Waldo Emerson
Centralize several variables.MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always thesame, so set them in defs.mk. MAN= is common, so set it here too.This removes a lot of boring repeti
Centralize several variables.MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always thesame, so set them in defs.mk. MAN= is common, so set it here too.This removes a lot of boring repetition from the Makefiles that addedalmost no value.
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix