svn commit: r296218 - head/share/vt/fonts

Ed Maste emaste at FreeBSD.org
Mon Feb 29 18:35:17 UTC 2016


Author: emaste
Date: Mon Feb 29 18:35:16 2016
New Revision: 296218
URL: https://svnweb.freebsd.org/changeset/base/296218

Log:
  Remove uudecode make rule for vt fonts
  
  vt(4) fonts are provided in either .bdf or .hex form, and the binary
  .fnt file is generated by vtfontcvt at build time.

Modified:
  head/share/vt/fonts/Makefile

Modified: head/share/vt/fonts/Makefile
==============================================================================
--- head/share/vt/fonts/Makefile	Mon Feb 29 17:57:11 2016	(r296217)
+++ head/share/vt/fonts/Makefile	Mon Feb 29 18:35:16 2016	(r296218)
@@ -14,9 +14,6 @@ CLEANFILES+=	${FILES}
 .hex.fnt:
 	vtfontcvt ${.IMPSRC} ${.TARGET}
 
-.fnt.uu.fnt:
-	uudecode -p < ${.IMPSRC} > ${.TARGET}
-
 FILESDIR=	${SHAREDIR}/vt/fonts
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list