CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/18 07:30:56
Modified files:
sys/arch/amd64/stand: Makefile.inc
sys/arch/amd64/stand/boot: conf.c
sys/arch/amd64/stand/cdboot: conf.c
sys/arch/amd64/stand/libsa: cmd_i386.c dev_i386.c machdep.c
memprobe.c
sys/arch/amd64/stand/pxeboot: conf.c
sys/arch/i386/stand: Makefile.inc
sys/arch/i386/stand/boot: Makefile conf.c
sys/arch/i386/stand/cdboot: conf.c
sys/arch/i386/stand/libsa: cmd_i386.c dev_i386.c exec_i386.c
machdep.c memprobe.c
sys/arch/i386/stand/pxeboot: conf.c
Removed files:
sys/arch/i386/stand/boot: crt0.c
sys/arch/i386/stand/libsa: unixsys.S
Log message:
Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is
supposed to create a userland binary in order to test non-boot related
functionality. This feature has been bitrotting in a non-compiling state
for years, and causes a too-many-ifdefs disease now that there are intrusive
EFI changes.
No functional change.