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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to