Author: nwhitehorn
Date: Thu Nov 19 01:57:23 2015
New Revision: 291048
URL: https://svnweb.freebsd.org/changeset/base/291048
Log:
The Linux kexec boot loader doesn't need a font built in to it. This got
copied-and-pasted from the PS3 loader.
Modified:
head/sys/boot/powerpc/kboot/Makefile
Modified: head/sys/boot/powerpc/kboot/Makefile
==============================================================================
--- head/sys/boot/powerpc/kboot/Makefile Thu Nov 19 01:08:16 2015
(r291047)
+++ head/sys/boot/powerpc/kboot/Makefile Thu Nov 19 01:57:23 2015
(r291048)
@@ -102,11 +102,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/li
DPADD= ${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSTAND}
LDADD= ${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSTAND}
-SC_DFLT_FONT=cp437
-
-font.h:
- uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c
'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h &&
uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char
dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode <
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char
dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h
-
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"