Remove duplicate lines.
This commit is contained in:
parent
0cdd944264
commit
ed748a1dd8
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.serverlib,v 1.3 2021/04/13 07:53:59 mrg Exp $
|
# $NetBSD: Makefile.serverlib,v 1.4 2021/05/03 08:44:05 nakayama Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk> # for NETBSDSRCDIR and mk.conf processing
|
.include <bsd.own.mk> # for NETBSDSRCDIR and mk.conf processing
|
||||||
|
|
||||||
@ -27,6 +27,3 @@ CPPFLAGS+= -D__GLX_ALIGN64
|
|||||||
|
|
||||||
# IOPortBase is particularly annoying to fix
|
# IOPortBase is particularly annoying to fix
|
||||||
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
|
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
|
||||||
|
|
||||||
# IOPortBase is particularly annoying to fix
|
|
||||||
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.servermod,v 1.3 2021/04/13 07:53:59 mrg Exp $
|
# $NetBSD: Makefile.servermod,v 1.4 2021/05/03 08:44:05 nakayama Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk> # For /etc/mk.conf processing
|
.include <bsd.own.mk> # For /etc/mk.conf processing
|
||||||
|
|
||||||
@ -24,8 +24,5 @@ moduleinstall::
|
|||||||
CPPFLAGS+= ${X11FLAGS.LOADABLE}
|
CPPFLAGS+= ${X11FLAGS.LOADABLE}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# IOPortBase is particularly annoying to fix
|
|
||||||
|
|
||||||
# IOPortBase is particularly annoying to fix
|
# IOPortBase is particularly annoying to fix
|
||||||
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
|
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
|
||||||
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user