aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-02-02 08:27:26 +0000
committerWarner Losh <imp@FreeBSD.org>2020-02-02 08:27:26 +0000
commitbb9c7e26587300f478a44448f2dee506503ae18c (patch)
tree64956bd0a4b6b231b2b7b0e0a8b38adfc1558a8b /sys/conf/files.i386
parente17b7f1a03b723bd03a954a6bcb8b8f1dfcbcd3a (diff)
downloadsrc-bb9c7e26587300f478a44448f2dee506503ae18c.tar.gz
src-bb9c7e26587300f478a44448f2dee506503ae18c.zip
Move font.h generation to conf/files from conf/files.*
Use ${SRCTOP} instead of /usr/share. Prefer to depend on option sc_dflt_fnt instead of sc. gc the 4 otherwise identical instances in the tree. Platforms that don't need this won't included it.
Notes
Notes: svn path=/head/; revision=357401
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3865
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index a30c3be6ca0e..5aa9a4f3900e 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -47,11 +47,6 @@ linux_vdso.so optional compat_linux \
no-implicit-rule \
clean "linux_vdso.so"
#
-font.h optional sc_dflt_font \
- compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'static u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'static u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'static u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
- no-obj no-implicit-rule before-depend \
- clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
-#
cddl/contrib/opensolaris/common/atomic/i386/opensolaris_atomic.S optional zfs | dtrace compile-with "${ZFS_S}"
cddl/dev/dtrace/i386/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
cddl/dev/dtrace/i386/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"