Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests tests: trim down the list of LIBRUMPBASE libraries
details: https://anonhg.NetBSD.org/src/rev/4ed3296159ac
branches: trunk
changeset: 374467:4ed3296159ac
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Apr 24 20:35:49 2023 +0000
description:
tests: trim down the list of LIBRUMPBASE libraries
Now that cyclic dependencies are (mostly) broken, we can drop repeated
-l instances that worked around those cycles. Links on sun2.
diffstat:
tests/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 685befedb738 -r 4ed3296159ac tests/Makefile.inc
--- a/tests/Makefile.inc Mon Apr 24 20:02:53 2023 +0000
+++ b/tests/Makefile.inc Mon Apr 24 20:35:49 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2021/07/07 11:51:45 martin Exp $
+# $NetBSD: Makefile.inc,v 1.11 2023/04/24 20:35:49 uwe Exp $
WARNS ?= 4
CWARNFLAGS+= -Wno-missing-noreturn
TOOLSSRCDIR:= ${.PARSEDIR}
@@ -7,7 +7,7 @@ CPPFLAGS+= -I${TOOLSSRCDIR}
LIBRUMPFIFO_PRE = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet
.endif
LIBRUMPFIFO = -lrumpvfs_nofifofs
-LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrump -lrumpvfs -lrumpvfs_nofifofs -lrumpuser -lrump -lpthread
+LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread
.if ${RUMP_SANITIZE:Uno} != "no"
LIBRUMPBASE+= -fsanitize=${RUMP_SANITIZE}
Home |
Main Index |
Thread Index |
Old Index