The branch main has been updated by tsoome:

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

commit f1829643c4761cd00d1166fe4042d872e5871daa
Author:     Toomas Soome <[email protected]>
AuthorDate: 2021-01-06 12:45:40 +0000
Commit:     Toomas Soome <[email protected]>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to