Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 12:52:27 GMT
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f1829643c476 - main - vtfontcvt is part of bootstrap toolset and should always be built
Message-ID:  <202101061252.106CqR3t089735@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tsoome:

URL: https://cgit.FreeBSD.org/src/commit/?id=f1829643c4761cd00d1166fe4042d872e5871daa

commit f1829643c4761cd00d1166fe4042d872e5871daa
Author:     Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2021-01-06 12:45:40 +0000
Commit:     Toomas Soome <tsoome@FreeBSD.org>
CommitDate: 2021-01-06 12:52:13 +0000

    vtfontcvt is part of bootstrap toolset and should always be built
    
    Reported by: Peter Jeremy
---
 Makefile.inc1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index a19fde9195cf..1bf174419da0 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2190,9 +2190,9 @@ ${_bt}-usr.sbin/config: ${_bt}-lib/libnv ${_bt}-lib/libsbuf
 _strfile=	usr.bin/fortune/strfile
 .endif
 
-.if ${MK_VT} != "no"
+# vtfontcvt is used to build font files for loader and to generate
+# C source for loader built in font (8x16.c).
 _vtfontcvt=	usr.bin/vtfontcvt
-.endif
 
 # If we are not building the bootstrap because BOOTSTRAPPING is sufficient
 # we symlink the host version to $WORLDTMP instead. By doing this we can also



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101061252.106CqR3t089735>