Module Name:    src
Committed By:   snj
Date:           Mon Feb 13 07:37:19 UTC 2017

Modified Files:
        src/external/mit/xorg/tools: Makefile
Removed Files:
        src/external/mit/xorg/tools/xkbcomp: Makefile Makefile.xkbcomp
            xkbcomp-KeyBind.c xkbcomp-stubs.c xkbfile-xkbmisc.c

Log Message:
delete the xkbcomp tool now that nothing uses it


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/tools/Makefile
cvs rdiff -u -r1.4 -r0 src/external/mit/xorg/tools/xkbcomp/Makefile
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/mit/xorg/tools/xkbcomp/Makefile.xkbcomp \
    src/external/mit/xorg/tools/xkbcomp/xkbcomp-KeyBind.c
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/tools/xkbcomp/xkbcomp-stubs.c
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/tools/xkbcomp/xkbfile-xkbmisc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/tools/Makefile
diff -u src/external/mit/xorg/tools/Makefile:1.7 src/external/mit/xorg/tools/Makefile:1.8
--- src/external/mit/xorg/tools/Makefile:1.7	Thu Jul 23 07:36:54 2015
+++ src/external/mit/xorg/tools/Makefile	Mon Feb 13 07:37:19 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2015/07/23 07:36:54 mrg Exp $
+#	$NetBSD: Makefile,v 1.8 2017/02/13 07:37:19 snj Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 
 # makekeys is now done src/tools
 SUBDIR+=bdftopcf fc-cache ucs2any
-SUBDIR+=mkfontscale .WAIT xkbcomp
+SUBDIR+=mkfontscale
 
 .include <bsd.buildinstall.mk>
 .include <bsd.subdir.mk>

Reply via email to