Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/include/xorgproto/X11 Xfuncproto.h is a no...



details:   https://anonhg.NetBSD.org/src/rev/e18442d02bc7
branches:  trunk
changeset: 321393:e18442d02bc7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 14 09:38:33 2018 +0000

description:
Xfuncproto.h is a normal file now.

diffstat:

 external/mit/xorg/include/xorgproto/X11/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 1c0c75b1b1d1 -r e18442d02bc7 external/mit/xorg/include/xorgproto/X11/Makefile
--- a/external/mit/xorg/include/xorgproto/X11/Makefile  Wed Mar 14 09:32:04 2018 +0000
+++ b/external/mit/xorg/include/xorgproto/X11/Makefile  Wed Mar 14 09:38:33 2018 +0000
@@ -1,14 +1,9 @@
-#      $NetBSD: Makefile,v 1.1 2018/03/14 08:55:35 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2018/03/14 09:38:33 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xorgproto}/include/X11
 
-Xfuncproto.h: Xfuncproto.h.in
-       ${TOOL_SED} -e 's/#undef NARROWPROTO/#define NARROWPROTO/'  \
-           -e 's/#undef FUNCPROTO/#define FUNCPROTO 15/' \
-           < ${.ALLSRC} > ${.TARGET}
-
 Xpoll.h: Xpoll.h.in
        ${TOOL_SED} 's/@USE_FDS_BITS@/fds_bits/' \
            < ${.ALLSRC} > ${.TARGET}
@@ -41,11 +36,12 @@
        keysymdef.h
 INCSDIR=${X11INCDIR}/X11
 
-CLEANFILES+=   Xpoll.h Xfuncproto.h
+CLEANFILES+=   Xpoll.h
 
 NOOBJ= # defined
 
 SUBDIR= PM dri extensions fonts
 
 .include <bsd.x11.mk>
+.include <bsd.prog.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index